borda 0.0.10 → 0.0.11

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.10"
7
+ s.version = "0.0.11"
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
@@ -14,7 +14,7 @@ namespace :pizda do
14
14
  ActiveRecord::Migration.verbose = ENV["VERBOSE"] ? ENV["VERBOSE"] == "true" : true
15
15
  migrate_path = 'db/migrate'
16
16
  debugger
17
- if Rails::configuration.gems.map(&:name).include? :borda
17
+ if Rails::configuration.gems.map(&:name).include?('borda')
18
18
  migrate_path = Gem.searcher.find('borda').full_gem_path + '/db/migrate'
19
19
  end
20
20
  ActiveRecord::Migrator.migrate(migrate_path, ENV["VERSION"] ? ENV["VERSION"].to_i : nil)
data/lib/tasks/my.rake~ CHANGED
@@ -17,7 +17,7 @@ namespace :pizda do
17
17
  if Rails::configuration.gems.map(&:name).include? :borda
18
18
  migrate_path = Gem.searcher.find('borda').full_gem_path + '/db/migrate'
19
19
  end
20
- ActiveRecord::Migrator.migrate("db/migrate/", ENV["VERSION"] ? ENV["VERSION"].to_i : nil)
20
+ ActiveRecord::Migrator.migrate(migrate_path, ENV["VERSION"] ? ENV["VERSION"].to_i : nil)
21
21
  end
22
22
 
23
23
  end
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: 11
4
+ hash: 9
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 10
10
- version: 0.0.10
9
+ - 11
10
+ version: 0.0.11
11
11
  platform: ruby
12
12
  authors:
13
13
  - koleso