orly 0.0.5 → 0.0.6
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/CHANGELOG.md +3 -0
- data/lib/orly.rb +2 -2
- data/lib/orly/version.rb +1 -1
- metadata +4 -4
data/CHANGELOG.md
CHANGED
data/lib/orly.rb
CHANGED
|
@@ -10,12 +10,12 @@ module Orly
|
|
|
10
10
|
def self.run
|
|
11
11
|
tester = Orly::Tester.new()
|
|
12
12
|
notify = []
|
|
13
|
-
notify << "run 'rake db:migrate'".red if tester.need_migrate?
|
|
14
13
|
notify << "run 'bundle install'".red if tester.need_bundle_install?
|
|
14
|
+
notify << "run 'rake db:migrate'".red if tester.need_migrate?
|
|
15
15
|
Orly::OwlPrinter.print(notify) unless notify.empty?
|
|
16
16
|
rescue Orly::NoRepo
|
|
17
17
|
puts "O RLY: this is not a git repo".red
|
|
18
18
|
end
|
|
19
19
|
|
|
20
20
|
|
|
21
|
-
end
|
|
21
|
+
end
|
data/lib/orly/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: orly
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 19
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 6
|
|
10
|
+
version: 0.0.6
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- yon
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2012-
|
|
18
|
+
date: 2012-07-22 00:00:00 Z
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
21
21
|
name: git
|