markable 0.0.8 → 0.1.0

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.
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: markable
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.8
5
+ version: 0.1.0
6
6
  platform: ruby
7
7
  authors:
8
8
  - Alex Chrome
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-04-03 00:00:00 Z
13
+ date: 2012-05-21 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails
@@ -61,6 +61,8 @@ files:
61
61
  - test/dummy/app/controllers/application_controller.rb
62
62
  - test/dummy/app/helpers/application_helper.rb
63
63
  - test/dummy/app/models/admin.rb
64
+ - test/dummy/app/models/car.rb
65
+ - test/dummy/app/models/city.rb
64
66
  - test/dummy/app/models/drink.rb
65
67
  - test/dummy/app/models/food.rb
66
68
  - test/dummy/app/models/user.rb
@@ -87,6 +89,8 @@ files:
87
89
  - test/dummy/db/migrate/20120214105411_create_foods.rb
88
90
  - test/dummy/db/migrate/20120214105421_create_drinks.rb
89
91
  - test/dummy/db/migrate/20120214114957_markable_migration.rb
92
+ - test/dummy/db/migrate/20120520101223_create_cars.rb
93
+ - test/dummy/db/migrate/20120520101231_create_cities.rb
90
94
  - test/dummy/db/production.sqlite3
91
95
  - test/dummy/db/schema.rb
92
96
  - test/dummy/db/test.sqlite3
@@ -145,6 +149,8 @@ test_files:
145
149
  - test/dummy/app/controllers/application_controller.rb
146
150
  - test/dummy/app/helpers/application_helper.rb
147
151
  - test/dummy/app/models/admin.rb
152
+ - test/dummy/app/models/car.rb
153
+ - test/dummy/app/models/city.rb
148
154
  - test/dummy/app/models/drink.rb
149
155
  - test/dummy/app/models/food.rb
150
156
  - test/dummy/app/models/user.rb
@@ -171,6 +177,8 @@ test_files:
171
177
  - test/dummy/db/migrate/20120214105411_create_foods.rb
172
178
  - test/dummy/db/migrate/20120214105421_create_drinks.rb
173
179
  - test/dummy/db/migrate/20120214114957_markable_migration.rb
180
+ - test/dummy/db/migrate/20120520101223_create_cars.rb
181
+ - test/dummy/db/migrate/20120520101231_create_cities.rb
174
182
  - test/dummy/db/production.sqlite3
175
183
  - test/dummy/db/schema.rb
176
184
  - test/dummy/db/test.sqlite3