nimbleshop_core 0.0.14 → 0.0.15
Sign up to get free protection for your applications and to get access to all the features.
@@ -52,7 +52,7 @@ module Nimbleshop
|
|
52
52
|
end
|
53
53
|
|
54
54
|
def migrate_database!
|
55
|
-
puts '
|
55
|
+
puts 'copying migration files'
|
56
56
|
run 'bundle exec rake railties:install:migrations'
|
57
57
|
run 'bundle exec rake db:create db:migrate'
|
58
58
|
run 'bundle exec rake db:test:prepare'
|
data/lib/nimbleshop/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nimbleshop_core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.15
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -1124,7 +1124,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1124
1124
|
version: '0'
|
1125
1125
|
segments:
|
1126
1126
|
- 0
|
1127
|
-
hash:
|
1127
|
+
hash: 3031458218126188821
|
1128
1128
|
requirements: []
|
1129
1129
|
rubyforge_project:
|
1130
1130
|
rubygems_version: 1.8.24
|