hoe-seattlerb 1.3.1 → 1.3.2

Sign up to get free protection for your applications and to get access to all the features.
data.tar.gz.sig CHANGED
Binary file
@@ -1,3 +1,9 @@
1
+ === 1.3.2 / 2013-07-24
2
+
3
+ * 1 bug fix:
4
+
5
+ * Fix releasing from manually branched version dir
6
+
1
7
  === 1.3.1 / 2013-05-10
2
8
 
3
9
  * 1 bug fix:
data/Rakefile CHANGED
@@ -1,16 +1,15 @@
1
1
  # -*- ruby -*-
2
2
 
3
- $: << 'lib'
3
+ $: << "lib"
4
4
 
5
- require 'rubygems'
6
- require 'hoe'
5
+ require "rubygems"
6
+ require "hoe"
7
7
 
8
8
  Hoe.plugin :seattlerb
9
9
 
10
- Hoe.spec 'hoe-seattlerb' do
11
- developer('Ryan Davis', 'ryand-ruby@zenspider.com')
12
-
13
- self.rubyforge_name = 'seattlerb'
10
+ Hoe.spec "hoe-seattlerb" do
11
+ developer "Ryan Davis", "ryand-ruby@zenspider.com"
12
+ license "MIT"
14
13
 
15
14
  blog_categories << "Seattle.rb" << "hoe"
16
15
  end
@@ -53,7 +53,7 @@ module Hoe::Perforce
53
53
  Dir.chdir ".."
54
54
 
55
55
  target_dir = File.directory?(version) ? version : original_dir
56
- branching = target_dir == original_dir
56
+ branching = target_dir == original_dir && target_dir != version
57
57
  pkg = File.basename(Dir.pwd)
58
58
 
59
59
  begin
@@ -7,7 +7,7 @@ class Hoe; end # :nodoc: stfu rdoc... *sigh*
7
7
  # pull in other default plugins.
8
8
 
9
9
  module Hoe::Seattlerb
10
- VERSION = "1.3.1" # :nodoc:
10
+ VERSION = "1.3.2" # :nodoc:
11
11
 
12
12
  ##
13
13
  # Define seattlerb's rdoc location.
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hoe-seattlerb
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 1
10
- version: 1.3.1
9
+ - 2
10
+ version: 1.3.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ryan Davis
@@ -36,7 +36,7 @@ cert_chain:
36
36
  FBHgymkyj/AOSqKRIpXPhjC6
37
37
  -----END CERTIFICATE-----
38
38
 
39
- date: 2013-05-10 00:00:00 Z
39
+ date: 2013-07-24 00:00:00 Z
40
40
  dependencies:
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: minitest
@@ -76,11 +76,11 @@ dependencies:
76
76
  requirements:
77
77
  - - ~>
78
78
  - !ruby/object:Gem::Version
79
- hash: 11
79
+ hash: 9
80
80
  segments:
81
81
  - 3
82
- - 6
83
- version: "3.6"
82
+ - 7
83
+ version: "3.7"
84
84
  type: :development
85
85
  version_requirements: *id003
86
86
  description: |-
@@ -108,8 +108,8 @@ files:
108
108
  - lib/hoe/perforce.rb
109
109
  - lib/hoe/seattlerb.rb
110
110
  homepage: https://github.com/seattlerb/hoe-seattlerb
111
- licenses: []
112
-
111
+ licenses:
112
+ - MIT
113
113
  post_install_message:
114
114
  rdoc_options:
115
115
  - --main
@@ -136,7 +136,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
136
136
  version: "0"
137
137
  requirements: []
138
138
 
139
- rubyforge_project: seattlerb
139
+ rubyforge_project: hoe-seattlerb
140
140
  rubygems_version: 1.8.25
141
141
  signing_key:
142
142
  specification_version: 3
metadata.gz.sig CHANGED
Binary file