borda 0.0.13 → 0.0.14

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.13"
7
+ s.version = "0.0.14"
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["koleso"]
10
10
  s.email = ["koleso@bk.ru"]
data/lib/tasks/my.rake CHANGED
@@ -11,6 +11,7 @@ namespace :pizda do
11
11
  #require 'ruby-debug'
12
12
  Rake::Task[:environment].invoke
13
13
  Rake::Task["db:load_config"].invoke
14
+ Rake::Taks["db:create"].create
14
15
  ActiveRecord::Migration.verbose = ENV["VERBOSE"] ? ENV["VERBOSE"] == "true" : true
15
16
  migrate_path = 'db/migrate'
16
17
  seed_file = File.join(Rails.root, 'db', 'seeds.rb')
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: 5
4
+ hash: 3
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 13
10
- version: 0.0.13
9
+ - 14
10
+ version: 0.0.14
11
11
  platform: ruby
12
12
  authors:
13
13
  - koleso