date_select_separator 0.0.6 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +3 -1
- data/lib/date_select_separator/action_view_extension.rb +49 -22
- data/lib/date_select_separator/version.rb +1 -1
- data/test/date_select_separator_test.rb +483 -16
- data/test/dummy/config/environments/test.rb +3 -1
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +1549 -0
- data/test/dummy/log/test.log +125524 -782
- data/test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- metadata +18 -2
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: date_select_separator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- rono23
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-01-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -87,14 +87,22 @@ 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
|
90
91
|
- test/dummy/db/migrate/20140214065227_create_samples.rb
|
91
92
|
- test/dummy/db/schema.rb
|
92
93
|
- test/dummy/db/test.sqlite3
|
94
|
+
- test/dummy/log/development.log
|
93
95
|
- test/dummy/log/test.log
|
94
96
|
- test/dummy/public/404.html
|
95
97
|
- test/dummy/public/422.html
|
96
98
|
- test/dummy/public/500.html
|
97
99
|
- 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
|
98
106
|
- test/test_helper.rb
|
99
107
|
homepage: https://github.com/rono23/date_select_separator
|
100
108
|
licenses: []
|
@@ -154,9 +162,11 @@ test_files:
|
|
154
162
|
- test/dummy/config/locales/ja.yml
|
155
163
|
- test/dummy/config/routes.rb
|
156
164
|
- test/dummy/config.ru
|
165
|
+
- test/dummy/db/development.sqlite3
|
157
166
|
- test/dummy/db/migrate/20140214065227_create_samples.rb
|
158
167
|
- test/dummy/db/schema.rb
|
159
168
|
- test/dummy/db/test.sqlite3
|
169
|
+
- test/dummy/log/development.log
|
160
170
|
- test/dummy/log/test.log
|
161
171
|
- test/dummy/public/404.html
|
162
172
|
- test/dummy/public/422.html
|
@@ -164,4 +174,10 @@ test_files:
|
|
164
174
|
- test/dummy/public/favicon.ico
|
165
175
|
- test/dummy/Rakefile
|
166
176
|
- test/dummy/README.rdoc
|
177
|
+
- test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
|
178
|
+
- test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
|
179
|
+
- test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
|
180
|
+
- test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
|
181
|
+
- test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
|
182
|
+
- test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
|
167
183
|
- test/test_helper.rb
|