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 CHANGED
Binary file
data/borda.gemspec CHANGED
@@ -4,7 +4,7 @@ $:.push File.expand_path("../lib", __FILE__)
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "borda"
7
- s.version = "0.0.12"
7
+ s.version = "0.0.13"
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["koleso"]
10
10
  s.email = ["koleso@bk.ru"]
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: 7
4
+ hash: 5
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 12
10
- version: 0.0.12
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