rhr 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rhr (0.1.0)
4
+ rhr (0.1.1)
5
5
  rack
6
6
  tilt
7
7
 
data/Rakefile CHANGED
@@ -21,5 +21,5 @@ rule /^version:bump:.*/ do |t|
21
21
  new_version = version_parts * '.'
22
22
  File.open(file,'w'){|f| f.write(version_file.sub(old_version, new_version)) }
23
23
 
24
- sh "git add #{file} && git commit -m 'bump version to #{new_version}'"
24
+ sh "bundle && git add #{file} Gemfile.lock && git commit -m 'bump version to #{new_version}'"
25
25
  end
@@ -1,3 +1,3 @@
1
1
  module RHR
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
@@ -7,6 +7,7 @@ Gem::Specification.new "rhr", RHR::VERSION do |s|
7
7
  s.email = "michael@grosser.it"
8
8
  s.homepage = "http://github.com/grosser/rhr"
9
9
  s.files = `git ls-files`.split("\n")
10
+ s.executables = ["rhr"]
10
11
 
11
12
  s.add_dependency 'rack'
12
13
  s.add_dependency 'tilt'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rhr
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Michael Grosser
@@ -48,8 +48,8 @@ dependencies:
48
48
  prerelease: false
49
49
  description:
50
50
  email: michael@grosser.it
51
- executables: []
52
-
51
+ executables:
52
+ - rhr
53
53
  extensions: []
54
54
 
55
55
  extra_rdoc_files: []