Gemfile in rubyneat-0.3.5.alpha.6 vs Gemfile in rubyneat-0.4.0.alpha.3
- old
+ new
@@ -1,13 +1,9 @@
source 'https://rubygems.org'
#gemspec
-ruby '2.1.1'
-
-#gem 'mongo', '~> 1', require: false
-#gem 'bson_ext', '~> 1', require: false
gem 'distribution', '~> 0'
#TODO: Check out this for a repacement of of statistics2
#TODO: https://github.com/thirtysixthspan/descriptive_statistics
gem 'statistics2', '~> 0'
@@ -16,19 +12,22 @@
gem 'aquarium', '~> 0'
gem 'thor', '~> 0'
gem 'awesome_print', '~> 1'
gem 'deep_dive', '~> 0'
+# So our console can have name completion
+gem 'bond', '~> 0.5'
+gem 'rb-readline', '~> 0.5'
+gem 'queue_ding', '>= 0'
+
group :development do
gem 'rspec', '~> 2'
gem 'yard', '~> 0'
gem 'guard', '~> 2'
gem 'guard-rspec', '~> 4'
gem 'semver', '~> 1'
- gem "jeweler", "~> 2"
- gem "simplecov", '~> 0'
- #gem 'debugger'
- #gem 'ruby-debug-ide', '~> 0'
+ gem 'jeweler', '~> 2'
+ gem 'simplecov', '~> 0'
end
#======================================================
#= Ancillary libraries
\ No newline at end of file