lazy_crud 0.9.1 → 0.9.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 37ddd1799d823c7bff7522a783ab07f90ac7130e
4
- data.tar.gz: 31335d32a5ee11f5c3513f1ed7296bb202b657b2
3
+ metadata.gz: 68a5f9373bcd358d5a51afb4ea77fd025d57b066
4
+ data.tar.gz: 65844983213a6fa73b3c40c32733c757e34da598
5
5
  SHA512:
6
- metadata.gz: f4284cacbd23799b29f37a5220cfc1ca7582d29302288db764ed941b6770f06a4187fae599ccaeb6709c6e677409166b5a5e0163de55cf86e1d586187522ceb7
7
- data.tar.gz: 1668d98f736a48a20b16c08a4a044599afc03a1a8fb07499d3b3183c013f6e5163102078108103a58e2e50b8741abdc4758e71b0e7db58ab9341e687069ba084
6
+ metadata.gz: 39b140a3db495ed4bc554aa70c63741ff9da385b70c9eef002ef012b4814f51e0e6b2dfe2ac04c2c5c9c11131b3180188d312389e9c548e19fdb68392cacdce6
7
+ data.tar.gz: 218ab0667505bb0e5af2ef91711fc23b91f7bd314552b55593689bfb13cc54a90c84ef790a7ba79c4589256199177a493caaf13453fc5348f330cda7307dc8aa
data/Gemfile.lock CHANGED
@@ -1,40 +1,49 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lazy_crud (0.9.0)
5
- activesupport (>= 4.0.0)
4
+ lazy_crud (0.9.2)
5
+ activesupport
6
6
  i18n
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actionmailer (4.1.10)
12
- actionpack (= 4.1.10)
13
- actionview (= 4.1.10)
11
+ actionmailer (4.2.1)
12
+ actionpack (= 4.2.1)
13
+ actionview (= 4.2.1)
14
+ activejob (= 4.2.1)
14
15
  mail (~> 2.5, >= 2.5.4)
15
- actionpack (4.1.10)
16
- actionview (= 4.1.10)
17
- activesupport (= 4.1.10)
18
- rack (~> 1.5.2)
16
+ rails-dom-testing (~> 1.0, >= 1.0.5)
17
+ actionpack (4.2.1)
18
+ actionview (= 4.2.1)
19
+ activesupport (= 4.2.1)
20
+ rack (~> 1.6)
19
21
  rack-test (~> 0.6.2)
20
- actionview (4.1.10)
21
- activesupport (= 4.1.10)
22
+ rails-dom-testing (~> 1.0, >= 1.0.5)
23
+ rails-html-sanitizer (~> 1.0, >= 1.0.1)
24
+ actionview (4.2.1)
25
+ activesupport (= 4.2.1)
22
26
  builder (~> 3.1)
23
27
  erubis (~> 2.7.0)
24
- activemodel (4.1.10)
25
- activesupport (= 4.1.10)
28
+ rails-dom-testing (~> 1.0, >= 1.0.5)
29
+ rails-html-sanitizer (~> 1.0, >= 1.0.1)
30
+ activejob (4.2.1)
31
+ activesupport (= 4.2.1)
32
+ globalid (>= 0.3.0)
33
+ activemodel (4.2.1)
34
+ activesupport (= 4.2.1)
26
35
  builder (~> 3.1)
27
- activerecord (4.1.10)
28
- activemodel (= 4.1.10)
29
- activesupport (= 4.1.10)
30
- arel (~> 5.0.0)
31
- activesupport (4.1.10)
32
- i18n (~> 0.6, >= 0.6.9)
36
+ activerecord (4.2.1)
37
+ activemodel (= 4.2.1)
38
+ activesupport (= 4.2.1)
39
+ arel (~> 6.0)
40
+ activesupport (4.2.1)
41
+ i18n (~> 0.7)
33
42
  json (~> 1.7, >= 1.7.7)
34
43
  minitest (~> 5.1)
35
- thread_safe (~> 0.1)
44
+ thread_safe (~> 0.3, >= 0.3.4)
36
45
  tzinfo (~> 1.1)
37
- arel (5.0.1.20140414130214)
46
+ arel (6.0.0)
38
47
  awesome_print (1.6.1)
39
48
  builder (3.2.2)
40
49
  byebug (4.0.5)
@@ -51,14 +60,21 @@ GEM
51
60
  factory_girl_rails (4.5.0)
52
61
  factory_girl (~> 4.5.0)
53
62
  railties (>= 3.0.0)
63
+ globalid (0.3.5)
64
+ activesupport (>= 4.1.0)
54
65
  i18n (0.7.0)
55
66
  json (1.8.2)
67
+ loofah (2.0.2)
68
+ nokogiri (>= 1.5.9)
56
69
  mail (2.6.3)
57
70
  mime-types (>= 1.16, < 3)
58
71
  method_source (0.8.2)
59
72
  mime-types (2.5)
73
+ mini_portile (0.6.2)
60
74
  minitest (5.6.1)
61
- paranoia (2.1.1)
75
+ nokogiri (1.6.6.2)
76
+ mini_portile (~> 0.6.0)
77
+ paranoia (2.1.2)
62
78
  activerecord (~> 4.0)
63
79
  pry (0.10.1)
64
80
  coderay (~> 1.1.0)
@@ -67,22 +83,31 @@ GEM
67
83
  pry-byebug (3.1.0)
68
84
  byebug (~> 4.0)
69
85
  pry (~> 0.10)
70
- rack (1.5.2)
86
+ rack (1.6.1)
71
87
  rack-test (0.6.3)
72
88
  rack (>= 1.0)
73
- rails (4.1.10)
74
- actionmailer (= 4.1.10)
75
- actionpack (= 4.1.10)
76
- actionview (= 4.1.10)
77
- activemodel (= 4.1.10)
78
- activerecord (= 4.1.10)
79
- activesupport (= 4.1.10)
89
+ rails (4.2.1)
90
+ actionmailer (= 4.2.1)
91
+ actionpack (= 4.2.1)
92
+ actionview (= 4.2.1)
93
+ activejob (= 4.2.1)
94
+ activemodel (= 4.2.1)
95
+ activerecord (= 4.2.1)
96
+ activesupport (= 4.2.1)
80
97
  bundler (>= 1.3.0, < 2.0)
81
- railties (= 4.1.10)
82
- sprockets-rails (~> 2.0)
83
- railties (4.1.10)
84
- actionpack (= 4.1.10)
85
- activesupport (= 4.1.10)
98
+ railties (= 4.2.1)
99
+ sprockets-rails
100
+ rails-deprecated_sanitizer (1.0.3)
101
+ activesupport (>= 4.2.0.alpha)
102
+ rails-dom-testing (1.0.6)
103
+ activesupport (>= 4.2.0.beta, < 5.0)
104
+ nokogiri (~> 1.6.0)
105
+ rails-deprecated_sanitizer (>= 1.0.1)
106
+ rails-html-sanitizer (1.0.2)
107
+ loofah (~> 2.0)
108
+ railties (4.2.1)
109
+ actionpack (= 4.2.1)
110
+ activesupport (= 4.2.1)
86
111
  rake (>= 0.8.7)
87
112
  thor (>= 0.18.1, < 2.0)
88
113
  rake (10.4.2)
@@ -113,9 +138,9 @@ GEM
113
138
  simplecov-html (~> 0.10.0)
114
139
  simplecov-html (0.10.0)
115
140
  slop (3.6.0)
116
- sprockets (3.0.2)
141
+ sprockets (3.0.3)
117
142
  rack (~> 1.0)
118
- sprockets-rails (2.2.4)
143
+ sprockets-rails (2.3.0)
119
144
  actionpack (>= 3.0)
120
145
  activesupport (>= 3.0)
121
146
  sprockets (>= 2.8, < 4.0)
@@ -136,7 +161,7 @@ DEPENDENCIES
136
161
  lazy_crud!
137
162
  paranoia
138
163
  pry-byebug
139
- rails (>= 4)
164
+ rails
140
165
  rspec
141
166
  rspec-rails
142
167
  sqlite3
data/lazy_crud.gemspec CHANGED
@@ -23,13 +23,13 @@ Gem::Specification.new do |s|
23
23
 
24
24
  s.required_ruby_version = '>= 2.0'
25
25
 
26
- s.add_runtime_dependency "activesupport", ">= 4.0.0"
26
+ s.add_runtime_dependency "activesupport"
27
27
  s.add_runtime_dependency "i18n"
28
28
 
29
29
  # for testing a gem with a rails app (controller specs)
30
30
  # https://codingdaily.wordpress.com/2011/01/14/test-a-gem-with-the-rails-3-stack/
31
31
  s.add_development_dependency "bundler"
32
- s.add_development_dependency "rails", ">= 4"
32
+ s.add_development_dependency "rails"
33
33
  s.add_development_dependency "factory_girl_rails"
34
34
  s.add_development_dependency "paranoia"
35
35
  s.add_development_dependency "awesome_print"
@@ -1,3 +1,3 @@
1
1
  module LazyCrud
2
- VERSION = "0.9.1"
2
+ VERSION = "0.9.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lazy_crud
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - L. Preston Sego III
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 4.0.0
19
+ version: '0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: 4.0.0
26
+ version: '0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: i18n
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -58,14 +58,14 @@ dependencies:
58
58
  requirements:
59
59
  - - ">="
60
60
  - !ruby/object:Gem::Version
61
- version: '4'
61
+ version: '0'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
- version: '4'
68
+ version: '0'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: factory_girl_rails
71
71
  requirement: !ruby/object:Gem::Requirement
@@ -296,7 +296,7 @@ rubyforge_project:
296
296
  rubygems_version: 2.4.6
297
297
  signing_key:
298
298
  specification_version: 4
299
- summary: LazyCrud-0.9.1
299
+ summary: LazyCrud-0.9.2
300
300
  test_files:
301
301
  - spec/integration/discounts_controller_spec.rb
302
302
  - spec/rails_helper.rb