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.
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.9
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-02 00:00:00.000000000 Z
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