hoe-seattlerb 1.3.1 → 1.3.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.
- data.tar.gz.sig +0 -0
- data/History.txt +6 -0
- data/Rakefile +6 -7
- data/lib/hoe/perforce.rb +1 -1
- data/lib/hoe/seattlerb.rb +1 -1
- metadata +10 -10
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
|
Binary file
|
data/History.txt
CHANGED
data/Rakefile
CHANGED
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
# -*- ruby -*-
|
|
2
2
|
|
|
3
|
-
$: <<
|
|
3
|
+
$: << "lib"
|
|
4
4
|
|
|
5
|
-
require
|
|
6
|
-
require
|
|
5
|
+
require "rubygems"
|
|
6
|
+
require "hoe"
|
|
7
7
|
|
|
8
8
|
Hoe.plugin :seattlerb
|
|
9
9
|
|
|
10
|
-
Hoe.spec
|
|
11
|
-
developer
|
|
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
|
data/lib/hoe/perforce.rb
CHANGED
|
@@ -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
|
data/lib/hoe/seattlerb.rb
CHANGED
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:
|
|
4
|
+
hash: 31
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 1.3.
|
|
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-
|
|
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:
|
|
79
|
+
hash: 9
|
|
80
80
|
segments:
|
|
81
81
|
- 3
|
|
82
|
-
-
|
|
83
|
-
version: "3.
|
|
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
|