mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-09-24 14:58:10 +08:00
Update gemspec
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env ruby
|
||||
|
||||
require "bundler/setup"
|
||||
require "uplot"
|
||||
require 'bundler/setup'
|
||||
require 'uplot'
|
||||
|
||||
# You can add fixtures and/or initialization code here to make experimenting
|
||||
# with your gem easier. You can also use a different console, if you like.
|
||||
@@ -10,5 +10,5 @@ require "uplot"
|
||||
# require "pry"
|
||||
# Pry.start
|
||||
|
||||
require "irb"
|
||||
require 'irb'
|
||||
IRB.start(__FILE__)
|
||||
|
Reference in New Issue
Block a user