bard 0.7.5 → 0.7.6

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.7.5
1
+ 0.7.6
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{bard}
8
- s.version = "0.7.5"
8
+ s.version = "0.7.6"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Micah Geisel", "Nick Hogle"]
@@ -45,8 +45,8 @@ Gem::Specification.new do |s|
45
45
  "lib/bard/error.rb",
46
46
  "lib/bard/git.rb",
47
47
  "lib/bard/io.rb",
48
+ "lib/bard/rake.rb",
48
49
  "lib/bard/ssh_delegation.rb",
49
- "lib/rake/bard.rb",
50
50
  "spec/bard_spec.rb",
51
51
  "spec/spec_helper.rb"
52
52
  ]
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bard
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.5
4
+ version: 0.7.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Micah Geisel
@@ -129,8 +129,8 @@ files:
129
129
  - lib/bard/error.rb
130
130
  - lib/bard/git.rb
131
131
  - lib/bard/io.rb
132
+ - lib/bard/rake.rb
132
133
  - lib/bard/ssh_delegation.rb
133
- - lib/rake/bard.rb
134
134
  - spec/bard_spec.rb
135
135
  - spec/spec_helper.rb
136
136
  has_rdoc: true