acts_as_nested_interval 0.0.9 → 0.0.10
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +1 -1
- data/lib/acts_as_nested_interval/instance_methods.rb +16 -14
- data/lib/acts_as_nested_interval/version.rb +1 -1
- data/test/acts_as_nested_interval_test.rb +14 -0
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/migrate/20121004204252_change_interval_precision.rb +6 -0
- data/test/dummy/db/schema.rb +9 -9
- data/test/dummy/log/development.log +53 -0
- data/test/dummy/log/test.log +1374 -0
- metadata +4 -2
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: acts_as_nested_interval
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.10
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2012-10-
|
13
|
+
date: 2012-10-08 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rails
|
@@ -101,6 +101,7 @@ files:
|
|
101
101
|
- test/dummy/db/development.sqlite3
|
102
102
|
- test/dummy/db/schema.rb
|
103
103
|
- test/dummy/db/test.sqlite3
|
104
|
+
- test/dummy/db/migrate/20121004204252_change_interval_precision.rb
|
104
105
|
- test/dummy/db/migrate/20120302143528_create_regions.rb
|
105
106
|
- test/dummy/app/controllers/application_controller.rb
|
106
107
|
- test/dummy/app/views/layouts/application.html.erb
|
@@ -165,6 +166,7 @@ test_files:
|
|
165
166
|
- test/dummy/db/development.sqlite3
|
166
167
|
- test/dummy/db/schema.rb
|
167
168
|
- test/dummy/db/test.sqlite3
|
169
|
+
- test/dummy/db/migrate/20121004204252_change_interval_precision.rb
|
168
170
|
- test/dummy/db/migrate/20120302143528_create_regions.rb
|
169
171
|
- test/dummy/app/controllers/application_controller.rb
|
170
172
|
- test/dummy/app/views/layouts/application.html.erb
|