bail 0.0.1 → 0.0.2

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/bail.gemspec +1 -4
  2. data/lib/bail/version.rb +1 -1
  3. metadata +3 -3
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["bjh@fake.fake"]
11
11
  spec.summary = %q{Bail out of functions early}
12
12
  spec.description = %q{Bail out of functions early...}
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/bjh/bail"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
@@ -22,7 +22,4 @@ Gem::Specification.new do |spec|
22
22
  spec.add_development_dependency "rake"
23
23
  spec.add_development_dependency "rspec"
24
24
  spec.add_development_dependency "guard-rspec"
25
- # spec.add_development_dependency "guard"
26
- # spec.add_development_dependency "guard-shell"
27
- # spec.add_development_dependency 'rb-fsevent', '~> 0.9'
28
25
  end
@@ -1,3 +1,3 @@
1
1
  module Bail
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bail
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-03-24 00:00:00.000000000 Z
12
+ date: 2014-03-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -102,7 +102,7 @@ files:
102
102
  - spec/bail/helpers_spec.rb
103
103
  - spec/bail_spec.rb
104
104
  - spec/spec_helper.rb
105
- homepage: ''
105
+ homepage: https://github.com/bjh/bail
106
106
  licenses:
107
107
  - MIT
108
108
  post_install_message: