branch_raker 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -14,4 +14,4 @@ rdoc
14
14
  spec/reports
15
15
  test/tmp
16
16
  test/version_tmp
17
- tmp
17
+ tmp
@@ -2,4 +2,4 @@
2
2
 
3
3
  == 0.0.1
4
4
 
5
- Initial release.
5
+ Initial release.
data/Gemfile CHANGED
@@ -1,2 +1,2 @@
1
- source 'https://rubygems.org'
2
- gemspec
1
+ source :rubygems
2
+ gemspec
@@ -19,4 +19,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
19
  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
20
  LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
21
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -69,4 +69,4 @@ Branch Raker is licensed under the MIT license.
69
69
  This software is provided "as is" and without any express or
70
70
  implied warranties, including, without limitation, the implied
71
71
  warranties of merchantibility and fitness for a particular
72
- purpose.
72
+ purpose.
data/Rakefile CHANGED
@@ -1,2 +1,3 @@
1
1
  #!/usr/bin/env rake
2
- require 'bundler/gem_tasks'
2
+ require 'bundler/gem_tasks'
3
+ require 'bump/tasks'
@@ -21,4 +21,6 @@ Gem::Specification.new do |gem|
21
21
  gem.add_dependency 'minitar'
22
22
  gem.add_dependency 'rake'
23
23
 
24
- end
24
+ gem.add_development_dependency 'bump'
25
+
26
+ end
@@ -141,4 +141,4 @@ module BranchRaker
141
141
  # end
142
142
  # end
143
143
  end
144
- end
144
+ end
@@ -1,4 +1,4 @@
1
1
  module BranchRaker
2
2
  # Version number.
3
- VERSION = '0.0.2'
4
- end
3
+ VERSION = '0.0.3'
4
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: branch_raker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
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: 2012-11-13 00:00:00.000000000 Z
12
+ date: 2013-02-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: grit
@@ -59,6 +59,22 @@ dependencies:
59
59
  - - ! '>='
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
+ - !ruby/object:Gem::Dependency
63
+ name: bump
64
+ requirement: !ruby/object:Gem::Requirement
65
+ none: false
66
+ requirements:
67
+ - - ! '>='
68
+ - !ruby/object:Gem::Version
69
+ version: '0'
70
+ type: :development
71
+ prerelease: false
72
+ version_requirements: !ruby/object:Gem::Requirement
73
+ none: false
74
+ requirements:
75
+ - - ! '>='
76
+ - !ruby/object:Gem::Version
77
+ version: '0'
62
78
  description: Use Branch Raker to maintain a build history for each branch. Originally
63
79
  created for LaTeX projects, but useful for anything that needs to be 'compiled'.
64
80
  email:
@@ -102,4 +118,3 @@ signing_key:
102
118
  specification_version: 3
103
119
  summary: Intelligently builds the latest commit on all of your Git branches.
104
120
  test_files: []
105
- has_rdoc: