borda 0.0.12 → 0.0.13
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.
- data/.borda.gemspec.swp +0 -0
- data/borda.gemspec +1 -1
- data/db/.seeds.rb.swp +0 -0
- data/db/seeds.rb +3 -1
- metadata +4 -3
data/.borda.gemspec.swp
CHANGED
Binary file
|
data/borda.gemspec
CHANGED
data/db/.seeds.rb.swp
ADDED
Binary file
|
data/db/seeds.rb
CHANGED
@@ -2,6 +2,8 @@
|
|
2
2
|
# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup).
|
3
3
|
#
|
4
4
|
# Examples:
|
5
|
-
#
|
5
|
+
#
|
6
6
|
# cities = City.create([{ :name => 'Chicago' }, { :name => 'Copenhagen' }])
|
7
7
|
# Major.create(:name => 'Daley', :city => cities.first)
|
8
|
+
Manda.create(:manda_name => 'masha',
|
9
|
+
:manda_width => '30')
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: borda
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 5
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 13
|
10
|
+
version: 0.0.13
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- koleso
|
@@ -59,6 +59,7 @@ files:
|
|
59
59
|
- config/initializers/session_store.rb
|
60
60
|
- config/locales/en.yml
|
61
61
|
- config/routes.rb
|
62
|
+
- db/.seeds.rb.swp
|
62
63
|
- db/migrate/.20110828110813_create_mandas.rb.swp
|
63
64
|
- db/migrate/20110828110813_create_mandas.rb
|
64
65
|
- db/seeds.rb
|