assignable_values 0.11.3 → 0.12.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (105) hide show
  1. data/.gitignore +1 -0
  2. data/.ruby-version +1 -1
  3. data/.travis.yml +41 -9
  4. data/Gemfile +16 -0
  5. data/Gemfile.lock +70 -0
  6. data/README.md +16 -5
  7. data/Rakefile +5 -69
  8. data/assignable_values.gemspec +2 -7
  9. data/gemfiles/Gemfile.2.3 +16 -0
  10. data/gemfiles/Gemfile.2.3.lock +40 -0
  11. data/gemfiles/Gemfile.3.2 +16 -0
  12. data/gemfiles/Gemfile.3.2.lock +65 -0
  13. data/gemfiles/Gemfile.4.2 +16 -0
  14. data/gemfiles/Gemfile.4.2.lock +70 -0
  15. data/gemfiles/Gemfile.5.0 +16 -0
  16. data/gemfiles/Gemfile.5.0.lock +67 -0
  17. data/lib/assignable_values/active_record/restriction/base.rb +5 -5
  18. data/lib/assignable_values/active_record/restriction/belongs_to_association.rb +1 -1
  19. data/lib/assignable_values/active_record/restriction/scalar_attribute.rb +4 -4
  20. data/lib/assignable_values/version.rb +1 -1
  21. data/spec/{shared/assignable_values → assignable_values}/active_record_spec.rb +3 -1
  22. data/spec/{shared/assignable_values → assignable_values}/humanized_value_spec.rb +0 -0
  23. data/spec/spec_helper.rb +19 -0
  24. data/spec/support/database.rb +16 -0
  25. data/spec/support/database.sample.yml +5 -0
  26. data/spec/support/database.travis.yml +4 -0
  27. data/spec/{shared/app_root/config/locales/en.yml → support/i18n.yml} +0 -0
  28. data/spec/support/models.rb +20 -0
  29. metadata +36 -226
  30. data/spec/rails-2.3/.bundle/config +0 -2
  31. data/spec/rails-2.3/Gemfile +0 -14
  32. data/spec/rails-2.3/Gemfile.lock +0 -68
  33. data/spec/rails-2.3/Rakefile +0 -11
  34. data/spec/rails-2.3/app_root/config/boot.rb +0 -129
  35. data/spec/rails-2.3/app_root/config/database.yml +0 -4
  36. data/spec/rails-2.3/app_root/config/environment.rb +0 -14
  37. data/spec/rails-2.3/app_root/config/environments/test.rb +0 -28
  38. data/spec/rails-2.3/app_root/config/preinitializer.rb +0 -20
  39. data/spec/rails-2.3/app_root/config/routes.rb +0 -4
  40. data/spec/rails-2.3/app_root/lib/console_with_fixtures.rb +0 -4
  41. data/spec/rails-2.3/app_root/log/.gitignore +0 -1
  42. data/spec/rails-2.3/app_root/script/console +0 -7
  43. data/spec/rails-2.3/rcov.opts +0 -2
  44. data/spec/rails-2.3/spec.opts +0 -4
  45. data/spec/rails-2.3/spec/spec_helper.rb +0 -25
  46. data/spec/rails-3.2/.bundle/config +0 -2
  47. data/spec/rails-3.2/.rspec +0 -2
  48. data/spec/rails-3.2/Gemfile +0 -10
  49. data/spec/rails-3.2/Gemfile.lock +0 -132
  50. data/spec/rails-3.2/Rakefile +0 -10
  51. data/spec/rails-3.2/app_root/.gitignore +0 -4
  52. data/spec/rails-3.2/app_root/config/application.rb +0 -32
  53. data/spec/rails-3.2/app_root/config/boot.rb +0 -13
  54. data/spec/rails-3.2/app_root/config/database.yml +0 -4
  55. data/spec/rails-3.2/app_root/config/environment.rb +0 -5
  56. data/spec/rails-3.2/app_root/config/environments/test.rb +0 -35
  57. data/spec/rails-3.2/app_root/config/initializers/backtrace_silencers.rb +0 -7
  58. data/spec/rails-3.2/app_root/config/initializers/inflections.rb +0 -10
  59. data/spec/rails-3.2/app_root/config/initializers/mime_types.rb +0 -5
  60. data/spec/rails-3.2/app_root/config/initializers/secret_token.rb +0 -7
  61. data/spec/rails-3.2/app_root/config/initializers/session_store.rb +0 -8
  62. data/spec/rails-3.2/app_root/config/routes.rb +0 -58
  63. data/spec/rails-3.2/app_root/lib/tasks/.gitkeep +0 -0
  64. data/spec/rails-3.2/app_root/log/.gitkeep +0 -0
  65. data/spec/rails-3.2/app_root/script/rails +0 -6
  66. data/spec/rails-3.2/rcov.opts +0 -2
  67. data/spec/rails-3.2/spec/spec_helper.rb +0 -25
  68. data/spec/rails-4.1/.bundle/config +0 -2
  69. data/spec/rails-4.1/.rspec +0 -2
  70. data/spec/rails-4.1/.ruby-version +0 -1
  71. data/spec/rails-4.1/Gemfile +0 -16
  72. data/spec/rails-4.1/Gemfile.lock +0 -146
  73. data/spec/rails-4.1/Rakefile +0 -12
  74. data/spec/rails-4.1/app_root/.gitignore +0 -16
  75. data/spec/rails-4.1/app_root/bin/bundle +0 -3
  76. data/spec/rails-4.1/app_root/bin/rails +0 -8
  77. data/spec/rails-4.1/app_root/bin/rake +0 -8
  78. data/spec/rails-4.1/app_root/bin/spring +0 -18
  79. data/spec/rails-4.1/app_root/config/application.rb +0 -28
  80. data/spec/rails-4.1/app_root/config/boot.rb +0 -4
  81. data/spec/rails-4.1/app_root/config/database.yml +0 -4
  82. data/spec/rails-4.1/app_root/config/environment.rb +0 -5
  83. data/spec/rails-4.1/app_root/config/environments/development.rb +0 -37
  84. data/spec/rails-4.1/app_root/config/environments/production.rb +0 -83
  85. data/spec/rails-4.1/app_root/config/environments/test.rb +0 -39
  86. data/spec/rails-4.1/app_root/config/initializers/backtrace_silencers.rb +0 -7
  87. data/spec/rails-4.1/app_root/config/initializers/cookies_serializer.rb +0 -3
  88. data/spec/rails-4.1/app_root/config/initializers/filter_parameter_logging.rb +0 -4
  89. data/spec/rails-4.1/app_root/config/initializers/inflections.rb +0 -16
  90. data/spec/rails-4.1/app_root/config/initializers/mime_types.rb +0 -4
  91. data/spec/rails-4.1/app_root/config/initializers/session_store.rb +0 -3
  92. data/spec/rails-4.1/app_root/config/initializers/wrap_parameters.rb +0 -14
  93. data/spec/rails-4.1/app_root/config/routes.rb +0 -3
  94. data/spec/rails-4.1/app_root/config/secrets.yml +0 -22
  95. data/spec/rails-4.1/rcov.opts +0 -2
  96. data/spec/rails-4.1/spec/spec_helper.rb +0 -25
  97. data/spec/shared/app_root/app/controllers/application_controller.rb +0 -2
  98. data/spec/shared/app_root/app/helpers/application_helper.rb +0 -3
  99. data/spec/shared/app_root/app/models/artist.rb +0 -5
  100. data/spec/shared/app_root/app/models/recording/vinyl.rb +0 -5
  101. data/spec/shared/app_root/app/models/song.rb +0 -7
  102. data/spec/shared/app_root/config/database.yml +0 -4
  103. data/spec/shared/app_root/db/migrate/001_create_artists.rb +0 -11
  104. data/spec/shared/app_root/db/migrate/002_create_songs.rb +0 -16
  105. data/spec/shared/app_root/db/migrate/003_create_recordings.rb +0 -13
@@ -1,2 +0,0 @@
1
- ---
2
- BUNDLE_WITHOUT: development
@@ -1,14 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- Deprecate.skip = true if defined?(Deprecate.skip)
4
- Gem::Deprecate.skip = true if defined?(Gem::Deprecate.skip)
5
-
6
- gem 'sqlite3'
7
- gem 'test-unit', '=1.2.3', :platforms => :ruby_19
8
- gem 'hoe', '=2.8.0', :platforms => :ruby_19
9
- gem 'rails', '~>2.3.10'
10
- gem 'rspec', '<2'
11
- gem 'rspec-rails', '<2'
12
- gem 'ruby-debug', :platforms => :ruby_18
13
- gem 'rspec_candy'
14
- gem 'assignable_values', :path => '../..'
@@ -1,68 +0,0 @@
1
- PATH
2
- remote: ../..
3
- specs:
4
- assignable_values (0.11.2)
5
- activerecord
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- actionmailer (2.3.17)
11
- actionpack (= 2.3.17)
12
- actionpack (2.3.17)
13
- activesupport (= 2.3.17)
14
- rack (~> 1.1.0)
15
- activerecord (2.3.17)
16
- activesupport (= 2.3.17)
17
- activeresource (2.3.17)
18
- activesupport (= 2.3.17)
19
- activesupport (2.3.17)
20
- columnize (0.3.6)
21
- hoe (2.8.0)
22
- rake (>= 0.8.7)
23
- linecache (0.46)
24
- rbx-require-relative (> 0.0.4)
25
- rack (1.1.6)
26
- rails (2.3.17)
27
- actionmailer (= 2.3.17)
28
- actionpack (= 2.3.17)
29
- activerecord (= 2.3.17)
30
- activeresource (= 2.3.17)
31
- activesupport (= 2.3.17)
32
- rake (>= 0.8.3)
33
- rake (10.0.3)
34
- rbx-require-relative (0.0.9)
35
- rspec (1.3.2)
36
- rspec-rails (1.3.4)
37
- rack (>= 1.0.0)
38
- rspec (~> 1.3.1)
39
- rspec_candy (0.2.8)
40
- rspec
41
- sneaky-save
42
- ruby-debug (0.10.4)
43
- columnize (>= 0.1)
44
- ruby-debug-base (~> 0.10.4.0)
45
- ruby-debug-base (0.10.4)
46
- linecache (>= 0.3)
47
- sneaky-save (0.0.2)
48
- activerecord (>= 2.3.2)
49
- sqlite3 (1.3.7)
50
- test-unit (1.2.3)
51
- hoe (>= 1.5.1)
52
-
53
- PLATFORMS
54
- ruby
55
-
56
- DEPENDENCIES
57
- assignable_values!
58
- hoe (= 2.8.0)
59
- rails (~> 2.3.10)
60
- rspec (< 2)
61
- rspec-rails (< 2)
62
- rspec_candy
63
- ruby-debug
64
- sqlite3
65
- test-unit (= 1.2.3)
66
-
67
- BUNDLED WITH
68
- 1.12.5
@@ -1,11 +0,0 @@
1
- require 'rake'
2
- require 'spec/rake/spectask'
3
-
4
- desc 'Default: Run all specs for a specific rails version.'
5
- task :default => :spec
6
-
7
- desc "Run all specs for a specific rails version"
8
- Spec::Rake::SpecTask.new() do |t|
9
- t.spec_opts = ['--options', "\"spec.opts\""]
10
- t.spec_files = defined?(SPEC) ? SPEC : FileList['**/*_spec.rb', '../shared/**/*_spec.rb']
11
- end
@@ -1,129 +0,0 @@
1
- # Allow customization of the rails framework path
2
- RAILS_FRAMEWORK_ROOT = (ENV['RAILS_FRAMEWORK_ROOT'] || "#{File.dirname(__FILE__)}/../../../../../../vendor/rails") unless defined?(RAILS_FRAMEWORK_ROOT)
3
-
4
- # Don't change this file!
5
- # Configure your app in config/environment.rb and config/environments/*.rb
6
-
7
- RAILS_ROOT = "#{File.dirname(__FILE__)}/.." unless defined?(RAILS_ROOT)
8
-
9
- module Rails
10
- class << self
11
- def boot!
12
- unless booted?
13
- preinitialize
14
- pick_boot.run
15
- end
16
- end
17
-
18
- def booted?
19
- defined? Rails::Initializer
20
- end
21
-
22
- def pick_boot
23
- (vendor_rails? ? VendorBoot : GemBoot).new
24
- end
25
-
26
- def vendor_rails?
27
- File.exist?(RAILS_FRAMEWORK_ROOT)
28
- end
29
-
30
- def preinitialize
31
- load(preinitializer_path) if File.exist?(preinitializer_path)
32
- end
33
-
34
- def preinitializer_path
35
- "#{RAILS_ROOT}/config/preinitializer.rb"
36
- end
37
- end
38
-
39
- class Boot
40
- def run
41
- load_initializer
42
- Rails::Initializer.run(:set_load_path)
43
- end
44
- end
45
-
46
- class VendorBoot < Boot
47
- def load_initializer
48
- require "#{RAILS_FRAMEWORK_ROOT}/railties/lib/initializer"
49
- Rails::Initializer.run(:install_gem_spec_stubs)
50
- end
51
- end
52
-
53
- class GemBoot < Boot
54
- def load_initializer
55
- self.class.load_rubygems
56
- load_rails_gem
57
- require 'initializer'
58
- end
59
-
60
- def load_rails_gem
61
- if version = self.class.gem_version
62
- gem 'rails', version
63
- else
64
- gem 'rails'
65
- end
66
- rescue Gem::LoadError => load_error
67
- $stderr.puts %(Missing the Rails #{version} gem. Please `gem install -v=#{version} rails`, update your RAILS_GEM_VERSION setting in config/environment.rb for the Rails version you do have installed, or comment out RAILS_GEM_VERSION to use the latest version installed.)
68
- exit 1
69
- end
70
-
71
- class << self
72
- def rubygems_version
73
- Gem::RubyGemsVersion rescue nil
74
- end
75
-
76
- def gem_version
77
- if defined? RAILS_GEM_VERSION
78
- RAILS_GEM_VERSION
79
- elsif ENV.include?('RAILS_GEM_VERSION')
80
- ENV['RAILS_GEM_VERSION']
81
- else
82
- parse_gem_version(read_environment_rb)
83
- end
84
- end
85
-
86
- def load_rubygems
87
- require 'rubygems'
88
- min_version = '1.1.1'
89
- unless rubygems_version >= min_version
90
- $stderr.puts %Q(Rails requires RubyGems >= #{min_version} (you have #{rubygems_version}). Please `gem update --system` and try again.)
91
- exit 1
92
- end
93
-
94
- rescue LoadError
95
- $stderr.puts %Q(Rails requires RubyGems >= #{min_version}. Please install RubyGems and try again: http://rubygems.rubyforge.org)
96
- exit 1
97
- end
98
-
99
- def parse_gem_version(text)
100
- $1 if text =~ /^[^#]*RAILS_GEM_VERSION\s*=\s*["']([!~<>=]*\s*[\d.]+)["']/
101
- end
102
-
103
- private
104
- def read_environment_rb
105
- environment_rb = "#{RAILS_ROOT}/config/environment.rb"
106
- environment_rb = "#{HELPER_RAILS_ROOT}/config/environment.rb" unless File.exists?(environment_rb)
107
- File.read(environment_rb)
108
- end
109
- end
110
- end
111
- end
112
-
113
-
114
- class Rails::Boot
115
- def run
116
- load_initializer
117
-
118
- Rails::Initializer.class_eval do
119
- def load_gems
120
- @bundler_loaded ||= Bundler.require :default, Rails.env
121
- end
122
- end
123
-
124
- Rails::Initializer.run(:set_load_path)
125
- end
126
- end
127
-
128
- # All that for this:
129
- Rails.boot!
@@ -1,4 +0,0 @@
1
- test:
2
- adapter: sqlite3
3
- database: ":memory:"
4
- verbosity: quiet
@@ -1,14 +0,0 @@
1
- require File.join(File.dirname(__FILE__), 'boot')
2
-
3
- Rails::Initializer.run do |config|
4
- config.cache_classes = false
5
- config.whiny_nils = true
6
- config.action_controller.session = { :key => "_myapp_session", :secret => "gwirofjweroijger8924rt2zfwehfuiwehb1378rifowenfoqwphf23" }
7
- #config.plugin_locators.unshift(
8
- # Class.new(Rails::Plugin::Locator) do
9
- # def plugins
10
- # [Rails::Plugin.new(File.expand_path('.'))]
11
- # end
12
- # end
13
- #) unless defined?(PluginTestHelper::PluginLocator)
14
- end
@@ -1,28 +0,0 @@
1
- # Settings specified here will take precedence over those in config/environment.rb
2
-
3
- # The test environment is used exclusively to run your application's
4
- # test suite. You never need to work with it otherwise. Remember that
5
- # your test database is "scratch space" for the test suite and is wiped
6
- # and recreated between test runs. Don't rely on the data there!
7
- config.cache_classes = true
8
-
9
- # Log error messages when you accidentally call methods on nil.
10
- config.whiny_nils = true
11
-
12
- # Show full error reports and disable caching
13
- config.action_controller.consider_all_requests_local = true
14
- config.action_controller.perform_caching = false
15
- config.action_view.cache_template_loading = true
16
-
17
- # Disable request forgery protection in test environment
18
- config.action_controller.allow_forgery_protection = false
19
-
20
- # Tell Action Mailer not to deliver emails to the real world.
21
- # The :test delivery method accumulates sent emails in the
22
- # ActionMailer::Base.deliveries array.
23
- config.action_mailer.delivery_method = :test
24
-
25
- # Use SQL instead of Active Record's schema dumper when creating the test database.
26
- # This is necessary if your schema can't be completely dumped by the schema dumper,
27
- # like if you have constraints or database-specific column types
28
- # config.active_record.schema_format = :sql
@@ -1,20 +0,0 @@
1
- begin
2
- require "rubygems"
3
- require "bundler"
4
- rescue LoadError
5
- raise "Could not load the bundler gem. Install it with `gem install bundler`."
6
- end
7
-
8
- if Gem::Version.new(Bundler::VERSION) <= Gem::Version.new("0.9.24")
9
- raise RuntimeError, "Your bundler version is too old for Rails 2.3." +
10
- "Run `gem install bundler` to upgrade."
11
- end
12
-
13
- begin
14
- # Set up load paths for all bundled gems
15
- ENV["BUNDLE_GEMFILE"] = File.expand_path("../../Gemfile", __FILE__)
16
- Bundler.setup
17
- rescue Bundler::GemNotFound
18
- raise RuntimeError, "Bundler couldn't find some gems." +
19
- "Did you run `bundle install`?"
20
- end
@@ -1,4 +0,0 @@
1
- ActionController::Routing::Routes.draw do |map|
2
- map.connect ':controller/:action/:id'
3
- map.connect ':controller/:action/:id.:format'
4
- end
@@ -1,4 +0,0 @@
1
- # Loads fixtures into the database when running the test app via the console
2
- (ENV['FIXTURES'] ? ENV['FIXTURES'].split(/,/) : Dir.glob(File.join(Rails.root, '../fixtures/*.{yml,csv}'))).each do |fixture_file|
3
- Fixtures.create_fixtures(File.join(Rails.root, '../fixtures'), File.basename(fixture_file, '.*'))
4
- end
@@ -1 +0,0 @@
1
- *.log
@@ -1,7 +0,0 @@
1
- irb = RUBY_PLATFORM =~ /(:?mswin|mingw)/ ? 'irb.bat' : 'irb'
2
- libs = " -r irb/completion"
3
- libs << " -r test/test_helper"
4
- libs << " -r console_app"
5
- libs << " -r console_with_helpers"
6
- libs << " -r console_with_fixtures"
7
- exec "#{irb} #{libs} --simple-prompt"
@@ -1,2 +0,0 @@
1
- --exclude "spec/*,gems/*"
2
- --rails
@@ -1,4 +0,0 @@
1
- --colour
2
- --format progress
3
- --loadby mtime
4
- --reverse
@@ -1,25 +0,0 @@
1
- $: << File.join(File.dirname(__FILE__), "/../../lib" )
2
-
3
- ENV['RAILS_ENV'] = 'test'
4
- ENV['RAILS_ROOT'] = 'app_root'
5
-
6
- # Load the Rails environment and testing framework
7
- require "#{File.dirname(__FILE__)}/../app_root/config/environment"
8
- require 'spec/rails'
9
- require 'rspec_candy/all'
10
-
11
- # Load dependencies
12
- # require 'has_defaults'
13
-
14
- # Require support code
15
- # Dir["../shared/support/**/*.rb"].each {|f| require f}
16
-
17
- # Run the migrations
18
- print "\033[30m" # dark gray text
19
- ActiveRecord::Migrator.migrate("#{Rails.root}/db/migrate")
20
- print "\033[0m"
21
-
22
- Spec::Runner.configure do |config|
23
- config.use_transactional_fixtures = true
24
- config.use_instantiated_fixtures = false
25
- end
@@ -1,2 +0,0 @@
1
- ---
2
- BUNDLE_WITHOUT: development
@@ -1,2 +0,0 @@
1
- --colour
2
- --format progress
@@ -1,10 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- gem 'sqlite3'
4
- gem 'rails', '~>3.2'
5
- gem 'rspec'
6
- gem 'rspec-rails'
7
- gem 'ruby-debug', :platforms => :ruby_18
8
- gem 'rspec_candy'
9
- gem 'assignable_values', :path => '../..'
10
-
@@ -1,132 +0,0 @@
1
- PATH
2
- remote: ../..
3
- specs:
4
- assignable_values (0.11.2)
5
- activerecord
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- actionmailer (3.2.12)
11
- actionpack (= 3.2.12)
12
- mail (~> 2.4.4)
13
- actionpack (3.2.12)
14
- activemodel (= 3.2.12)
15
- activesupport (= 3.2.12)
16
- builder (~> 3.0.0)
17
- erubis (~> 2.7.0)
18
- journey (~> 1.0.4)
19
- rack (~> 1.4.5)
20
- rack-cache (~> 1.2)
21
- rack-test (~> 0.6.1)
22
- sprockets (~> 2.2.1)
23
- activemodel (3.2.12)
24
- activesupport (= 3.2.12)
25
- builder (~> 3.0.0)
26
- activerecord (3.2.12)
27
- activemodel (= 3.2.12)
28
- activesupport (= 3.2.12)
29
- arel (~> 3.0.2)
30
- tzinfo (~> 0.3.29)
31
- activeresource (3.2.12)
32
- activemodel (= 3.2.12)
33
- activesupport (= 3.2.12)
34
- activesupport (3.2.12)
35
- i18n (~> 0.6)
36
- multi_json (~> 1.0)
37
- arel (3.0.2)
38
- builder (3.0.4)
39
- columnize (0.3.6)
40
- diff-lcs (1.2.1)
41
- erubis (2.7.0)
42
- hike (1.2.1)
43
- i18n (0.6.4)
44
- journey (1.0.4)
45
- json (1.7.7)
46
- linecache (0.46)
47
- rbx-require-relative (> 0.0.4)
48
- mail (2.4.4)
49
- i18n (>= 0.4.0)
50
- mime-types (~> 1.16)
51
- treetop (~> 1.4.8)
52
- mime-types (1.21)
53
- multi_json (1.6.1)
54
- polyglot (0.3.3)
55
- rack (1.4.5)
56
- rack-cache (1.2)
57
- rack (>= 0.4)
58
- rack-ssl (1.3.3)
59
- rack
60
- rack-test (0.6.2)
61
- rack (>= 1.0)
62
- rails (3.2.12)
63
- actionmailer (= 3.2.12)
64
- actionpack (= 3.2.12)
65
- activerecord (= 3.2.12)
66
- activeresource (= 3.2.12)
67
- activesupport (= 3.2.12)
68
- bundler (~> 1.0)
69
- railties (= 3.2.12)
70
- railties (3.2.12)
71
- actionpack (= 3.2.12)
72
- activesupport (= 3.2.12)
73
- rack-ssl (~> 1.3.2)
74
- rake (>= 0.8.7)
75
- rdoc (~> 3.4)
76
- thor (>= 0.14.6, < 2.0)
77
- rake (10.0.3)
78
- rbx-require-relative (0.0.9)
79
- rdoc (3.12.2)
80
- json (~> 1.4)
81
- rspec (2.13.0)
82
- rspec-core (~> 2.13.0)
83
- rspec-expectations (~> 2.13.0)
84
- rspec-mocks (~> 2.13.0)
85
- rspec-core (2.13.0)
86
- rspec-expectations (2.13.0)
87
- diff-lcs (>= 1.1.3, < 2.0)
88
- rspec-mocks (2.13.0)
89
- rspec-rails (2.13.0)
90
- actionpack (>= 3.0)
91
- activesupport (>= 3.0)
92
- railties (>= 3.0)
93
- rspec-core (~> 2.13.0)
94
- rspec-expectations (~> 2.13.0)
95
- rspec-mocks (~> 2.13.0)
96
- rspec_candy (0.2.8)
97
- rspec
98
- sneaky-save
99
- ruby-debug (0.10.4)
100
- columnize (>= 0.1)
101
- ruby-debug-base (~> 0.10.4.0)
102
- ruby-debug-base (0.10.4)
103
- linecache (>= 0.3)
104
- sneaky-save (0.0.4)
105
- activerecord (>= 3.2.0)
106
- sprockets (2.2.2)
107
- hike (~> 1.2)
108
- multi_json (~> 1.0)
109
- rack (~> 1.0)
110
- tilt (~> 1.1, != 1.3.0)
111
- sqlite3 (1.3.7)
112
- thor (0.17.0)
113
- tilt (1.3.4)
114
- treetop (1.4.12)
115
- polyglot
116
- polyglot (>= 0.3.1)
117
- tzinfo (0.3.35)
118
-
119
- PLATFORMS
120
- ruby
121
-
122
- DEPENDENCIES
123
- assignable_values!
124
- rails (~> 3.2)
125
- rspec
126
- rspec-rails
127
- rspec_candy
128
- ruby-debug
129
- sqlite3
130
-
131
- BUNDLED WITH
132
- 1.12.5