hero 0.1.8 → 0.1.9

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 (4) hide show
  1. data/Gemfile.lock +3 -1
  2. data/README.md +5 -5
  3. data/lib/hero/version.rb +1 -1
  4. metadata +24 -2
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- hero (0.1.8)
4
+ hero (0.1.9)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -16,6 +16,7 @@ GEM
16
16
  coderay (~> 1.0.5)
17
17
  method_source (~> 0.8)
18
18
  slop (~> 3.4)
19
+ rake (10.0.4)
19
20
  slop (3.4.4)
20
21
 
21
22
  PLATFORMS
@@ -26,3 +27,4 @@ DEPENDENCIES
26
27
  micro_mock
27
28
  micro_test
28
29
  pry
30
+ rake
data/README.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  [![Build Status](https://travis-ci.org/hopsoft/hero.png)](https://travis-ci.org/hopsoft/hero)
4
4
  [![Dependency Status](https://gemnasium.com/hopsoft/hero.png)](https://gemnasium.com/hopsoft/hero)
5
+ [![Code Climate](https://codeclimate.com/github/hopsoft/hero.png)](https://codeclimate.com/github/hopsoft/hero)
5
6
 
6
7
  ![Hero GEM](http://hopsoft.github.com/hero/images/hero.jpg)
7
8
 
@@ -220,9 +221,8 @@ Hero::Formula[:log_example].run([])
220
221
  ## Run the Tests
221
222
 
222
223
  ```bash
223
- $ gem install hero
224
- $ gem unpack hero
225
- $ cd hero-VERSION
226
- $ bundle
227
- $ mt
224
+ gem install hero
225
+ gem unpack hero
226
+ cd hero-VERSION
227
+ rake
228
228
  ```
@@ -1,3 +1,3 @@
1
1
  module Hero
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hero
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,6 +11,22 @@ bindir: bin
11
11
  cert_chain: []
12
12
  date: 2013-04-18 00:00:00.000000000 Z
13
13
  dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: rake
16
+ requirement: !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
21
+ version: '0'
22
+ type: :development
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ! '>='
28
+ - !ruby/object:Gem::Version
29
+ version: '0'
14
30
  - !ruby/object:Gem::Dependency
15
31
  name: micro_test
16
32
  requirement: !ruby/object:Gem::Requirement
@@ -78,7 +94,7 @@ files:
78
94
  - test/formula_test.rb
79
95
  - test/observer_test.rb
80
96
  - test/test_helper.rb
81
- homepage: http://hopsoft.github.com/hero/
97
+ homepage: https://github.com/hopsoft/hero
82
98
  licenses:
83
99
  - MIT
84
100
  post_install_message:
@@ -91,12 +107,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
91
107
  - - ! '>='
92
108
  - !ruby/object:Gem::Version
93
109
  version: '0'
110
+ segments:
111
+ - 0
112
+ hash: 1764610432239977629
94
113
  required_rubygems_version: !ruby/object:Gem::Requirement
95
114
  none: false
96
115
  requirements:
97
116
  - - ! '>='
98
117
  - !ruby/object:Gem::Version
99
118
  version: '0'
119
+ segments:
120
+ - 0
121
+ hash: 1764610432239977629
100
122
  requirements: []
101
123
  rubyforge_project:
102
124
  rubygems_version: 1.8.25