bard 0.15.4 → 0.15.5

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.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/bard/check.rb +1 -1
  3. metadata +5 -5
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.15.4
1
+ 0.15.5
data/lib/bard/check.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  class Bard < Thor
2
2
  private
3
3
  def auto_update!
4
- required = `curl -s http://gemcutter.org/api/v1/gems/bard.json`.match(/"version":"([0-9.]+)"/)[1]
4
+ required = `curl -s http://rubygems.org/api/v1/gems/bard.json`.match(/"version":"([0-9.]+)"/)[1]
5
5
  if Versionomy.parse(Bard::VERSION) < Versionomy.parse(required)
6
6
  original_command = [ENV["_"], @_invocations[Bard].first, ARGV].flatten.join(" ")
7
7
  puts "bard gem is out of date... updating to new version"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bard
3
3
  version: !ruby/object:Gem::Version
4
- hash: 43
4
+ hash: 41
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 15
9
- - 4
10
- version: 0.15.4
9
+ - 5
10
+ version: 0.15.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Micah Geisel
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2012-03-30 00:00:00 Z
19
+ date: 2012-05-11 00:00:00 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  name: thor
@@ -273,7 +273,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
273
273
  requirements: []
274
274
 
275
275
  rubyforge_project:
276
- rubygems_version: 1.8.6
276
+ rubygems_version: 1.8.24
277
277
  signing_key:
278
278
  specification_version: 3
279
279
  summary: Tools for collaborating with Bot and Rose Design.