orly 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/CHANGELOG.md +3 -0
  2. data/lib/orly.rb +2 -2
  3. data/lib/orly/version.rb +1 -1
  4. metadata +4 -4
@@ -1,3 +1,6 @@
1
+ # v0.0.6
2
+ * Changed order to be bundle then migrate
3
+
1
4
  # v0.0.5
2
5
  * Added --speak to orly options - now you can make the owl talk :)
3
6
 
@@ -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
@@ -1,3 +1,3 @@
1
1
  module Orly
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
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: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 5
10
- version: 0.0.5
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-06-27 00:00:00 Z
18
+ date: 2012-07-22 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: git