.gemfiles in oct-0.2.0 vs .gemfiles in oct-0.3.1
- old
+ new
@@ -12,19 +12,24 @@
VERSION
bin/oct
config/cucumber.yml
features/bin.feature
features/oct.feature
+features/settings.feature
features/step_definitions/.gitignore
features/step_definitions/oct_steps.rb
features/support/aruba.rb
features/support/env.rb
lib/oct.rb
lib/oct/app.rb
+lib/oct/core/array.rb
+lib/oct/core/hash.rb
lib/oct/oct.rb
+lib/oct/settings.rb
oct.gemspec
+spec/aruba_helper.rb
+spec/basic_app/array_spec.rb
spec/basic_gem/aruba_helper_spec.rb
spec/basic_gem/basic_gem_spec.rb
spec/basic_gem/gemspec_spec.rb
-spec/spec.opts
spec/spec_helper.rb
spec/watchr.rb