guise 0.6.1 → 0.9.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,77 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ guise (0.8.0)
5
+ activerecord (>= 4.2)
6
+ activesupport (>= 4.2)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ activemodel (5.2.6)
12
+ activesupport (= 5.2.6)
13
+ activerecord (5.2.6)
14
+ activemodel (= 5.2.6)
15
+ activesupport (= 5.2.6)
16
+ arel (>= 9.0)
17
+ activesupport (5.2.6)
18
+ concurrent-ruby (~> 1.0, >= 1.0.2)
19
+ i18n (>= 0.7, < 2)
20
+ minitest (~> 5.1)
21
+ tzinfo (~> 1.1)
22
+ appraisal (2.4.1)
23
+ bundler
24
+ rake
25
+ thor (>= 0.14.0)
26
+ arel (9.0.0)
27
+ byebug (10.0.2)
28
+ coderay (1.1.3)
29
+ concurrent-ruby (1.1.9)
30
+ diff-lcs (1.4.4)
31
+ i18n (1.8.10)
32
+ concurrent-ruby (~> 1.0)
33
+ method_source (1.0.0)
34
+ minitest (5.14.4)
35
+ pry (0.14.1)
36
+ coderay (~> 1.1)
37
+ method_source (~> 1.0)
38
+ rake (12.3.3)
39
+ redcarpet (3.5.1)
40
+ rspec (3.10.0)
41
+ rspec-core (~> 3.10.0)
42
+ rspec-expectations (~> 3.10.0)
43
+ rspec-mocks (~> 3.10.0)
44
+ rspec-core (3.10.1)
45
+ rspec-support (~> 3.10.0)
46
+ rspec-expectations (3.10.1)
47
+ diff-lcs (>= 1.2.0, < 2.0)
48
+ rspec-support (~> 3.10.0)
49
+ rspec-mocks (3.10.2)
50
+ diff-lcs (>= 1.2.0, < 2.0)
51
+ rspec-support (~> 3.10.0)
52
+ rspec-support (3.10.2)
53
+ sqlite3 (1.3.13)
54
+ thor (1.1.0)
55
+ thread_safe (0.3.6)
56
+ tzinfo (1.2.9)
57
+ thread_safe (~> 0.1)
58
+ yard (0.9.26)
59
+
60
+ PLATFORMS
61
+ ruby
62
+
63
+ DEPENDENCIES
64
+ activerecord (~> 5.2.0)
65
+ activesupport (~> 5.2.0)
66
+ appraisal (>= 1.0)
67
+ byebug (~> 10.0)
68
+ guise!
69
+ pry (~> 0.9)
70
+ rake (~> 12.3)
71
+ redcarpet (~> 3.2)
72
+ rspec (~> 3.0)
73
+ sqlite3 (~> 1.3.0)
74
+ yard (>= 0.9.20)
75
+
76
+ BUNDLED WITH
77
+ 2.1.4
@@ -0,0 +1,8 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "activerecord", "~> 6.0.0"
6
+ gem "activesupport", "~> 6.0.0"
7
+
8
+ gemspec path: "../"
@@ -0,0 +1,77 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ guise (0.8.0)
5
+ activerecord (>= 4.2)
6
+ activesupport (>= 4.2)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ activemodel (6.0.4.1)
12
+ activesupport (= 6.0.4.1)
13
+ activerecord (6.0.4.1)
14
+ activemodel (= 6.0.4.1)
15
+ activesupport (= 6.0.4.1)
16
+ activesupport (6.0.4.1)
17
+ concurrent-ruby (~> 1.0, >= 1.0.2)
18
+ i18n (>= 0.7, < 2)
19
+ minitest (~> 5.1)
20
+ tzinfo (~> 1.1)
21
+ zeitwerk (~> 2.2, >= 2.2.2)
22
+ appraisal (2.4.1)
23
+ bundler
24
+ rake
25
+ thor (>= 0.14.0)
26
+ byebug (10.0.2)
27
+ coderay (1.1.3)
28
+ concurrent-ruby (1.1.9)
29
+ diff-lcs (1.4.4)
30
+ i18n (1.8.10)
31
+ concurrent-ruby (~> 1.0)
32
+ method_source (1.0.0)
33
+ minitest (5.14.4)
34
+ pry (0.14.1)
35
+ coderay (~> 1.1)
36
+ method_source (~> 1.0)
37
+ rake (12.3.3)
38
+ redcarpet (3.5.1)
39
+ rspec (3.10.0)
40
+ rspec-core (~> 3.10.0)
41
+ rspec-expectations (~> 3.10.0)
42
+ rspec-mocks (~> 3.10.0)
43
+ rspec-core (3.10.1)
44
+ rspec-support (~> 3.10.0)
45
+ rspec-expectations (3.10.1)
46
+ diff-lcs (>= 1.2.0, < 2.0)
47
+ rspec-support (~> 3.10.0)
48
+ rspec-mocks (3.10.2)
49
+ diff-lcs (>= 1.2.0, < 2.0)
50
+ rspec-support (~> 3.10.0)
51
+ rspec-support (3.10.2)
52
+ sqlite3 (1.4.2)
53
+ thor (1.1.0)
54
+ thread_safe (0.3.6)
55
+ tzinfo (1.2.9)
56
+ thread_safe (~> 0.1)
57
+ yard (0.9.26)
58
+ zeitwerk (2.5.1)
59
+
60
+ PLATFORMS
61
+ ruby
62
+
63
+ DEPENDENCIES
64
+ activerecord (~> 6.0.0)
65
+ activesupport (~> 6.0.0)
66
+ appraisal (>= 1.0)
67
+ byebug (~> 10.0)
68
+ guise!
69
+ pry (~> 0.9)
70
+ rake (~> 12.3)
71
+ redcarpet (~> 3.2)
72
+ rspec (~> 3.0)
73
+ sqlite3 (~> 1.3)
74
+ yard (>= 0.9.20)
75
+
76
+ BUNDLED WITH
77
+ 2.1.4
@@ -0,0 +1,8 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "activerecord", "~> 6.1.0"
6
+ gem "activesupport", "~> 6.1.0"
7
+
8
+ gemspec path: "../"
@@ -0,0 +1,76 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ guise (0.8.0)
5
+ activerecord (>= 4.2)
6
+ activesupport (>= 4.2)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ activemodel (6.1.4.1)
12
+ activesupport (= 6.1.4.1)
13
+ activerecord (6.1.4.1)
14
+ activemodel (= 6.1.4.1)
15
+ activesupport (= 6.1.4.1)
16
+ activesupport (6.1.4.1)
17
+ concurrent-ruby (~> 1.0, >= 1.0.2)
18
+ i18n (>= 1.6, < 2)
19
+ minitest (>= 5.1)
20
+ tzinfo (~> 2.0)
21
+ zeitwerk (~> 2.3)
22
+ appraisal (2.4.1)
23
+ bundler
24
+ rake
25
+ thor (>= 0.14.0)
26
+ byebug (10.0.2)
27
+ coderay (1.1.3)
28
+ concurrent-ruby (1.1.9)
29
+ diff-lcs (1.4.4)
30
+ i18n (1.8.10)
31
+ concurrent-ruby (~> 1.0)
32
+ method_source (1.0.0)
33
+ minitest (5.14.4)
34
+ pry (0.14.1)
35
+ coderay (~> 1.1)
36
+ method_source (~> 1.0)
37
+ rake (12.3.3)
38
+ redcarpet (3.5.1)
39
+ rspec (3.10.0)
40
+ rspec-core (~> 3.10.0)
41
+ rspec-expectations (~> 3.10.0)
42
+ rspec-mocks (~> 3.10.0)
43
+ rspec-core (3.10.1)
44
+ rspec-support (~> 3.10.0)
45
+ rspec-expectations (3.10.1)
46
+ diff-lcs (>= 1.2.0, < 2.0)
47
+ rspec-support (~> 3.10.0)
48
+ rspec-mocks (3.10.2)
49
+ diff-lcs (>= 1.2.0, < 2.0)
50
+ rspec-support (~> 3.10.0)
51
+ rspec-support (3.10.2)
52
+ sqlite3 (1.4.2)
53
+ thor (1.1.0)
54
+ tzinfo (2.0.4)
55
+ concurrent-ruby (~> 1.0)
56
+ yard (0.9.26)
57
+ zeitwerk (2.5.1)
58
+
59
+ PLATFORMS
60
+ ruby
61
+
62
+ DEPENDENCIES
63
+ activerecord (~> 6.1.0)
64
+ activesupport (~> 6.1.0)
65
+ appraisal (>= 1.0)
66
+ byebug (~> 10.0)
67
+ guise!
68
+ pry (~> 0.9)
69
+ rake (~> 12.3)
70
+ redcarpet (~> 3.2)
71
+ rspec (~> 3.0)
72
+ sqlite3 (~> 1.3)
73
+ yard (>= 0.9.20)
74
+
75
+ BUNDLED WITH
76
+ 2.1.4
data/guise.gemspec CHANGED
@@ -3,11 +3,10 @@ require File.expand_path('../lib/guise/version', __FILE__)
3
3
 
4
4
  Gem::Specification.new do |gem|
5
5
  gem.authors = ["Eduardo Gutierrez"]
6
- gem.email = ["edd_d@mit.edu"]
7
- gem.description = %q{ Multiple inheritance STI }
6
+ gem.description = %q{ Flexible roles system for any context }
8
7
  gem.summary = %q{
9
- Guise provides methods to setup single table
10
- inheritance with multiple inheritances possible.
8
+ Guise manages roles without having to define them in as records in the
9
+ database. Also works as multi-table inheritance.
11
10
  }
12
11
  gem.homepage = "https://github.com/ecbypi/guise"
13
12
 
@@ -19,17 +18,16 @@ Gem::Specification.new do |gem|
19
18
  gem.version = Guise::VERSION
20
19
  gem.license = 'MIT'
21
20
 
22
- gem.required_ruby_version = ">= 2.0.0"
21
+ gem.required_ruby_version = ">= 2.3.0"
23
22
 
24
- gem.add_dependency "activerecord", ">= 3.1", "< 5.0"
25
- gem.add_dependency "activesupport", ">= 3.1", "< 5.0"
23
+ gem.add_dependency "activerecord", ">= 4.2"
24
+ gem.add_dependency "activesupport", ">= 4.2"
26
25
  gem.add_development_dependency "appraisal", ">= 1.0"
27
- gem.add_development_dependency "byebug", "~> 5.0"
28
- gem.add_development_dependency "codeclimate-test-reporter", "~> 0.3"
26
+ gem.add_development_dependency "byebug", "~> 10.0"
29
27
  gem.add_development_dependency "pry", "~> 0.9"
30
- gem.add_development_dependency "rake", "~> 10.1"
28
+ gem.add_development_dependency "rake", "~> 12.3"
31
29
  gem.add_development_dependency "redcarpet", "~> 3.2"
32
30
  gem.add_development_dependency "rspec", "~> 3.0"
33
31
  gem.add_development_dependency "sqlite3", "~> 1.3"
34
- gem.add_development_dependency "yard", "~> 0.8"
32
+ gem.add_development_dependency "yard", ">= 0.9.20"
35
33
  end
@@ -27,7 +27,7 @@ module Guise
27
27
  end
28
28
 
29
29
  def define_association!
30
- source_class.has_many(@options.association_name, @options.association_options)
30
+ source_class.has_many(@options.association_name, **@options.association_options)
31
31
  end
32
32
 
33
33
  def define_scopes!
@@ -80,8 +80,16 @@ module Guise
80
80
  def initialize(association_class, options, association_options)
81
81
  @association_class = association_class
82
82
  @options = options
83
- @association_options = association_options.reverse_merge!(@options.default_association_options)
84
- @define_validations = !@association_options.delete(:validate)
83
+
84
+ # if `:validate` is specified, coerce the value into a boolean, otherwise, default to
85
+ # `true`
86
+ @define_validations = if association_options.key?(:validate)
87
+ !!association_options.delete(:validate)
88
+ else
89
+ true
90
+ end
91
+
92
+ @association_options = @options.default_association_options.merge(association_options)
85
93
  end
86
94
 
87
95
  def build!
@@ -105,7 +113,7 @@ module Guise
105
113
  end
106
114
 
107
115
  def define_association!
108
- @association_class.belongs_to(@options.source_association_name, @association_options)
116
+ @association_class.belongs_to(@options.source_association_name, **@association_options)
109
117
  end
110
118
 
111
119
  def define_scopes!
data/lib/guise/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Guise
2
- VERSION = "0.6.1"
2
+ VERSION = "0.9.0"
3
3
  end
data/spec/guise_spec.rb CHANGED
@@ -284,6 +284,10 @@ describe Guise do
284
284
  )
285
285
  ]
286
286
  end
287
+
288
+ it "skips validations with `validate: false`" do
289
+ expect(Permission._validators[:privilege]).to be_empty
290
+ end
287
291
  end
288
292
 
289
293
  describe '.scoped_guise_of' do
data/spec/spec_helper.rb CHANGED
@@ -1,6 +1,3 @@
1
- require 'codeclimate-test-reporter'
2
- CodeClimate::TestReporter.start
3
-
4
1
  require "byebug"
5
2
  require 'pry'
6
3
  require 'guise'
@@ -71,7 +68,7 @@ end
71
68
  class Permission < ActiveRecord::Base
72
69
  self.table_name = :privileges
73
70
 
74
- guise_for :Person, foreign_key: :employee_id
71
+ guise_for :Person, foreign_key: :employee_id, validate: false
75
72
  end
76
73
 
77
74
  RSpec.configure do |config|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guise
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eduardo Gutierrez
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-09 00:00:00.000000000 Z
11
+ date: 2022-05-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -16,40 +16,28 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '3.1'
20
- - - "<"
21
- - !ruby/object:Gem::Version
22
- version: '5.0'
19
+ version: '4.2'
23
20
  type: :runtime
24
21
  prerelease: false
25
22
  version_requirements: !ruby/object:Gem::Requirement
26
23
  requirements:
27
24
  - - ">="
28
25
  - !ruby/object:Gem::Version
29
- version: '3.1'
30
- - - "<"
31
- - !ruby/object:Gem::Version
32
- version: '5.0'
26
+ version: '4.2'
33
27
  - !ruby/object:Gem::Dependency
34
28
  name: activesupport
35
29
  requirement: !ruby/object:Gem::Requirement
36
30
  requirements:
37
31
  - - ">="
38
32
  - !ruby/object:Gem::Version
39
- version: '3.1'
40
- - - "<"
41
- - !ruby/object:Gem::Version
42
- version: '5.0'
33
+ version: '4.2'
43
34
  type: :runtime
44
35
  prerelease: false
45
36
  version_requirements: !ruby/object:Gem::Requirement
46
37
  requirements:
47
38
  - - ">="
48
39
  - !ruby/object:Gem::Version
49
- version: '3.1'
50
- - - "<"
51
- - !ruby/object:Gem::Version
52
- version: '5.0'
40
+ version: '4.2'
53
41
  - !ruby/object:Gem::Dependency
54
42
  name: appraisal
55
43
  requirement: !ruby/object:Gem::Requirement
@@ -70,28 +58,14 @@ dependencies:
70
58
  requirements:
71
59
  - - "~>"
72
60
  - !ruby/object:Gem::Version
73
- version: '5.0'
61
+ version: '10.0'
74
62
  type: :development
75
63
  prerelease: false
76
64
  version_requirements: !ruby/object:Gem::Requirement
77
65
  requirements:
78
66
  - - "~>"
79
67
  - !ruby/object:Gem::Version
80
- version: '5.0'
81
- - !ruby/object:Gem::Dependency
82
- name: codeclimate-test-reporter
83
- requirement: !ruby/object:Gem::Requirement
84
- requirements:
85
- - - "~>"
86
- - !ruby/object:Gem::Version
87
- version: '0.3'
88
- type: :development
89
- prerelease: false
90
- version_requirements: !ruby/object:Gem::Requirement
91
- requirements:
92
- - - "~>"
93
- - !ruby/object:Gem::Version
94
- version: '0.3'
68
+ version: '10.0'
95
69
  - !ruby/object:Gem::Dependency
96
70
  name: pry
97
71
  requirement: !ruby/object:Gem::Requirement
@@ -112,14 +86,14 @@ dependencies:
112
86
  requirements:
113
87
  - - "~>"
114
88
  - !ruby/object:Gem::Version
115
- version: '10.1'
89
+ version: '12.3'
116
90
  type: :development
117
91
  prerelease: false
118
92
  version_requirements: !ruby/object:Gem::Requirement
119
93
  requirements:
120
94
  - - "~>"
121
95
  - !ruby/object:Gem::Version
122
- version: '10.1'
96
+ version: '12.3'
123
97
  - !ruby/object:Gem::Dependency
124
98
  name: redcarpet
125
99
  requirement: !ruby/object:Gem::Requirement
@@ -166,19 +140,18 @@ dependencies:
166
140
  name: yard
167
141
  requirement: !ruby/object:Gem::Requirement
168
142
  requirements:
169
- - - "~>"
143
+ - - ">="
170
144
  - !ruby/object:Gem::Version
171
- version: '0.8'
145
+ version: 0.9.20
172
146
  type: :development
173
147
  prerelease: false
174
148
  version_requirements: !ruby/object:Gem::Requirement
175
149
  requirements:
176
- - - "~>"
150
+ - - ">="
177
151
  - !ruby/object:Gem::Version
178
- version: '0.8'
179
- description: " Multiple inheritance STI "
152
+ version: 0.9.20
153
+ description: " Flexible roles system for any context "
180
154
  email:
181
- - edd_d@mit.edu
182
155
  executables: []
183
156
  extensions: []
184
157
  extra_rdoc_files: []
@@ -187,25 +160,26 @@ files:
187
160
  - ".gitignore"
188
161
  - ".rspec"
189
162
  - ".rubocop.yml"
190
- - ".travis.yml"
163
+ - ".semaphore/semaphore.yml"
191
164
  - ".yardopts"
192
165
  - Appraisals
166
+ - CHANGELOG.md
193
167
  - Gemfile
194
168
  - LICENSE
195
169
  - README.md
196
170
  - Rakefile
197
- - gemfiles/3.1.gemfile
198
- - gemfiles/3.1.gemfile.lock
199
- - gemfiles/3.2.gemfile
200
- - gemfiles/3.2.gemfile.lock
201
- - gemfiles/4.0.gemfile
202
- - gemfiles/4.0.gemfile.lock
203
- - gemfiles/4.1.gemfile
204
- - gemfiles/4.1.gemfile.lock
205
171
  - gemfiles/4.2.gemfile
206
172
  - gemfiles/4.2.gemfile.lock
207
173
  - gemfiles/5.0.gemfile
208
174
  - gemfiles/5.0.gemfile.lock
175
+ - gemfiles/5.1.gemfile
176
+ - gemfiles/5.1.gemfile.lock
177
+ - gemfiles/5.2.gemfile
178
+ - gemfiles/5.2.gemfile.lock
179
+ - gemfiles/6.0.gemfile
180
+ - gemfiles/6.0.gemfile.lock
181
+ - gemfiles/6.1.gemfile
182
+ - gemfiles/6.1.gemfile.lock
209
183
  - guise.gemspec
210
184
  - lib/guise.rb
211
185
  - lib/guise/builders.rb
@@ -223,7 +197,7 @@ homepage: https://github.com/ecbypi/guise
223
197
  licenses:
224
198
  - MIT
225
199
  metadata: {}
226
- post_install_message:
200
+ post_install_message:
227
201
  rdoc_options: []
228
202
  require_paths:
229
203
  - lib
@@ -231,19 +205,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
231
205
  requirements:
232
206
  - - ">="
233
207
  - !ruby/object:Gem::Version
234
- version: 2.0.0
208
+ version: 2.3.0
235
209
  required_rubygems_version: !ruby/object:Gem::Requirement
236
210
  requirements:
237
211
  - - ">="
238
212
  - !ruby/object:Gem::Version
239
213
  version: '0'
240
214
  requirements: []
241
- rubyforge_project:
242
- rubygems_version: 2.7.6
243
- signing_key:
215
+ rubygems_version: 3.3.7
216
+ signing_key:
244
217
  specification_version: 4
245
- summary: Guise provides methods to setup single table inheritance with multiple inheritances
246
- possible.
218
+ summary: Guise manages roles without having to define them in as records in the database.
219
+ Also works as multi-table inheritance.
247
220
  test_files:
248
221
  - spec/guise_spec.rb
249
222
  - spec/spec_helper.rb
data/.travis.yml DELETED
@@ -1,33 +0,0 @@
1
- sudo: false
2
- cache: bundler
3
- rvm:
4
- - 2.0.0
5
- - 2.1.8
6
- - 2.2.4
7
- - 2.3.0
8
- gemfile:
9
- - gemfiles/3.1.gemfile
10
- - gemfiles/3.2.gemfile
11
- - gemfiles/4.0.gemfile
12
- - gemfiles/4.1.gemfile
13
- - gemfiles/4.2.gemfile
14
- - gemfiles/5.0.gemfile
15
- script: 'bundle exec rake'
16
- env:
17
- global:
18
- # Code Climate coverage reporting
19
- - secure: "I0cDQLpPt8NlOswL5Vomim4gb+NHvLW+0mPf2iimP1gTE5C+3PnoomCRx//0CyI/NSMhjrHg8DbrkvtBCfAYinrgzCi3cUkofi0zn5T6GaGUfYQz4Bmh7fmvppRVpVDCSXMOzOSYYEXBnie5b865BYTDrt1U3aM8qvq7pd/XOXg="
20
- matrix:
21
- exclude:
22
- - rvm: 2.2.4
23
- gemfile: gemfiles/3.1.gemfile
24
- - rvm: 2.3.0
25
- gemfile: gemfiles/3.1.gemfile
26
- - rvm: 2.2.4
27
- gemfile: gemfiles/3.2.gemfile
28
- - rvm: 2.0.0
29
- gemfile: gemfiles/5.0.gemfile
30
- - rvm: 2.1.8
31
- gemfile: gemfiles/5.0.gemfile
32
- allow_failures:
33
- - gemfile: gemfiles/5.0.gemfile
data/gemfiles/3.1.gemfile DELETED
@@ -1,8 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "activerecord", "~> 3.1.0"
6
- gem "activesupport", "~> 3.1.0"
7
-
8
- gemspec :path => "../"
@@ -1,88 +0,0 @@
1
- PATH
2
- remote: ../
3
- specs:
4
- guise (0.6.0)
5
- activerecord (>= 3.1, < 5.0)
6
- activesupport (>= 3.1, < 5.0)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- activemodel (3.1.12)
12
- activesupport (= 3.1.12)
13
- builder (~> 3.0.0)
14
- i18n (~> 0.6)
15
- activerecord (3.1.12)
16
- activemodel (= 3.1.12)
17
- activesupport (= 3.1.12)
18
- arel (~> 2.2.3)
19
- tzinfo (~> 0.3.29)
20
- activesupport (3.1.12)
21
- multi_json (~> 1.0)
22
- appraisal (2.1.0)
23
- bundler
24
- rake
25
- thor (>= 0.14.0)
26
- arel (2.2.3)
27
- builder (3.0.4)
28
- byebug (5.0.0)
29
- columnize (= 0.9.0)
30
- codeclimate-test-reporter (0.4.8)
31
- simplecov (>= 0.7.1, < 1.0.0)
32
- coderay (1.1.0)
33
- columnize (0.9.0)
34
- diff-lcs (1.2.5)
35
- docile (1.1.5)
36
- i18n (0.7.0)
37
- json (1.8.3)
38
- method_source (0.8.2)
39
- multi_json (1.11.2)
40
- pry (0.10.3)
41
- coderay (~> 1.1.0)
42
- method_source (~> 0.8.1)
43
- slop (~> 3.4)
44
- rake (10.4.2)
45
- redcarpet (3.3.3)
46
- rspec (3.4.0)
47
- rspec-core (~> 3.4.0)
48
- rspec-expectations (~> 3.4.0)
49
- rspec-mocks (~> 3.4.0)
50
- rspec-core (3.4.0)
51
- rspec-support (~> 3.4.0)
52
- rspec-expectations (3.4.0)
53
- diff-lcs (>= 1.2.0, < 2.0)
54
- rspec-support (~> 3.4.0)
55
- rspec-mocks (3.4.0)
56
- diff-lcs (>= 1.2.0, < 2.0)
57
- rspec-support (~> 3.4.0)
58
- rspec-support (3.4.0)
59
- simplecov (0.10.0)
60
- docile (~> 1.1.0)
61
- json (~> 1.8)
62
- simplecov-html (~> 0.10.0)
63
- simplecov-html (0.10.0)
64
- slop (3.6.0)
65
- sqlite3 (1.3.11)
66
- thor (0.19.1)
67
- tzinfo (0.3.45)
68
- yard (0.8.7.6)
69
-
70
- PLATFORMS
71
- ruby
72
-
73
- DEPENDENCIES
74
- activerecord (~> 3.1.0)
75
- activesupport (~> 3.1.0)
76
- appraisal (>= 1.0)
77
- byebug (~> 5.0)
78
- codeclimate-test-reporter (~> 0.3)
79
- guise!
80
- pry (~> 0.9)
81
- rake (~> 10.1)
82
- redcarpet (~> 3.2)
83
- rspec (~> 3.0)
84
- sqlite3 (~> 1.3)
85
- yard (~> 0.8)
86
-
87
- BUNDLED WITH
88
- 1.10.6