date_select_separator 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: date_select_separator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - rono23
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-18 00:00:00.000000000 Z
11
+ date: 2014-04-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: 4.0.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
26
  version: 4.0.0
27
27
  - !ruby/object:Gem::Dependency
@@ -87,23 +87,14 @@ files:
87
87
  - test/dummy/config/locales/en.yml
88
88
  - test/dummy/config/locales/ja.yml
89
89
  - test/dummy/config/routes.rb
90
- - test/dummy/db/development.sqlite3
91
90
  - test/dummy/db/migrate/20140214065227_create_samples.rb
92
91
  - test/dummy/db/schema.rb
93
92
  - test/dummy/db/test.sqlite3
94
- - test/dummy/log/development.log
95
93
  - test/dummy/log/test.log
96
94
  - test/dummy/public/404.html
97
95
  - test/dummy/public/422.html
98
96
  - test/dummy/public/500.html
99
97
  - test/dummy/public/favicon.ico
100
- - test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
101
- - test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
102
- - test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
103
- - test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
104
- - test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
105
- - test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
106
- - test/dummy/tmp/restart.txt
107
98
  - test/test_helper.rb
108
99
  homepage: https://github.com/rono23/date_select_separator
109
100
  licenses: []
@@ -124,7 +115,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
124
115
  version: '0'
125
116
  requirements: []
126
117
  rubyforge_project:
127
- rubygems_version: 2.2.0
118
+ rubygems_version: 2.2.2
128
119
  signing_key:
129
120
  specification_version: 4
130
121
  summary: Add separators to data_select on Rails.
@@ -163,11 +154,9 @@ test_files:
163
154
  - test/dummy/config/locales/ja.yml
164
155
  - test/dummy/config/routes.rb
165
156
  - test/dummy/config.ru
166
- - test/dummy/db/development.sqlite3
167
157
  - test/dummy/db/migrate/20140214065227_create_samples.rb
168
158
  - test/dummy/db/schema.rb
169
159
  - test/dummy/db/test.sqlite3
170
- - test/dummy/log/development.log
171
160
  - test/dummy/log/test.log
172
161
  - test/dummy/public/404.html
173
162
  - test/dummy/public/422.html
@@ -175,11 +164,4 @@ test_files:
175
164
  - test/dummy/public/favicon.ico
176
165
  - test/dummy/Rakefile
177
166
  - test/dummy/README.rdoc
178
- - test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
179
- - test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
180
- - test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
181
- - test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
182
- - test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
183
- - test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
184
- - test/dummy/tmp/restart.txt
185
167
  - test/test_helper.rb
Binary file