bee 0.12.0 → 0.12.1

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 (5) hide show
  1. checksums.yaml +7 -0
  2. data/README +1 -1
  3. data/lib/bee_util.rb +1 -0
  4. data/lib/bee_version.rb +1 -1
  5. metadata +9 -42
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ data.tar.gz: d46f99bca5f51923b10f3e42ea855a21de83919a
4
+ metadata.gz: 1b391fe2a13c56be83a757c610eb3ba873128413
5
+ SHA512:
6
+ data.tar.gz: 0597770ac08029491ab5cbabf4a61e18e3b2b2977460c6fa1b95dd63de51ff438638a3bb77c1068b11032159068c05cada898d82cf4ebe6c13c04517f2bef153
7
+ metadata.gz: 2c6d0127b7ab96026c68d4cbfbb3c2ddbd98fea81612047f4af5ecc93bec9da0cc902471232aa50bf00217b94b4f4e5c9de7801193d19ca838c98ff12d3a2095
data/README CHANGED
@@ -25,4 +25,4 @@ or go to URL http://www.apache.org/licenses/LICENSE-2.0).
25
25
 
26
26
  = Copyright
27
27
 
28
- bee version 0.12.0 (C) Michel Casabianca & Contributors - 2006-2012
28
+ bee version 0.12.1 (C) Michel Casabianca & Contributors - 2006-2012
data/lib/bee_util.rb CHANGED
@@ -125,6 +125,7 @@ module Bee
125
125
  # - path: relative path to get absolute path for.
126
126
  # - base: optional base for path (defaults to current directory).
127
127
  def self.absolute_path(path, base=nil)
128
+ path = File.expand_path(path) if path =~ /~.*/
128
129
  if absolute_path?(path)
129
130
  if resource?(path)
130
131
  path = resource_path(path)
data/lib/bee_version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Bee
2
2
 
3
- VERSION = '0.12.0'
3
+ VERSION = '0.12.1'
4
4
 
5
5
  end
metadata CHANGED
@@ -1,13 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bee
3
3
  version: !ruby/object:Gem::Version
4
- hash: 47
5
- prerelease:
6
- segments:
7
- - 0
8
- - 12
9
- - 0
10
- version: 0.12.0
4
+ version: 0.12.1
11
5
  platform: ruby
12
6
  authors:
13
7
  - Michel Casabianca & Contributors
@@ -15,22 +9,15 @@ autorequire:
15
9
  bindir: bin
16
10
  cert_chain: []
17
11
 
18
- date: 2013-05-15 00:00:00 +02:00
19
- default_executable: bee
12
+ date: 2013-09-11 00:00:00 Z
20
13
  dependencies:
21
14
  - !ruby/object:Gem::Dependency
22
15
  name: archive-tar-minitar
23
16
  prerelease: false
24
17
  requirement: &id001 !ruby/object:Gem::Requirement
25
- none: false
26
18
  requirements:
27
19
  - - ">="
28
20
  - !ruby/object:Gem::Version
29
- hash: 9
30
- segments:
31
- - 0
32
- - 5
33
- - 1
34
21
  version: 0.5.1
35
22
  type: :runtime
36
23
  version_requirements: *id001
@@ -38,15 +25,9 @@ dependencies:
38
25
  name: highline
39
26
  prerelease: false
40
27
  requirement: &id002 !ruby/object:Gem::Requirement
41
- none: false
42
28
  requirements:
43
29
  - - ">="
44
30
  - !ruby/object:Gem::Version
45
- hash: 7
46
- segments:
47
- - 1
48
- - 5
49
- - 2
50
31
  version: 1.5.2
51
32
  type: :runtime
52
33
  version_requirements: *id002
@@ -54,15 +35,9 @@ dependencies:
54
35
  name: rubyzip
55
36
  prerelease: false
56
37
  requirement: &id003 !ruby/object:Gem::Requirement
57
- none: false
58
38
  requirements:
59
39
  - - ">="
60
40
  - !ruby/object:Gem::Version
61
- hash: 57
62
- segments:
63
- - 0
64
- - 9
65
- - 1
66
41
  version: 0.9.1
67
42
  type: :runtime
68
43
  version_requirements: *id003
@@ -130,39 +105,31 @@ files:
130
105
  - egg/xmlrpc.yml
131
106
  - README
132
107
  - LICENSE
133
- has_rdoc: true
134
108
  homepage: http://bee.rubyforge.org
135
109
  licenses: []
136
110
 
111
+ metadata: {}
112
+
137
113
  post_install_message: Enjoy bee!
138
114
  rdoc_options: []
139
115
 
140
116
  require_paths:
141
117
  - lib
142
118
  required_ruby_version: !ruby/object:Gem::Requirement
143
- none: false
144
119
  requirements:
145
- - - ">="
120
+ - &id004
121
+ - ">="
146
122
  - !ruby/object:Gem::Version
147
- hash: 3
148
- segments:
149
- - 0
150
123
  version: "0"
151
124
  required_rubygems_version: !ruby/object:Gem::Requirement
152
- none: false
153
125
  requirements:
154
- - - ">="
155
- - !ruby/object:Gem::Version
156
- hash: 3
157
- segments:
158
- - 0
159
- version: "0"
126
+ - *id004
160
127
  requirements: []
161
128
 
162
129
  rubyforge_project: bee
163
- rubygems_version: 1.4.2
130
+ rubygems_version: 2.1.2
164
131
  signing_key:
165
- specification_version: 3
132
+ specification_version: 4
166
133
  summary: Bee is a build tool
167
134
  test_files: []
168
135