autobuild 1.6.0.b3 → 1.6.0.rc1

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 (3) hide show
  1. data/.gemtest +0 -0
  2. data/lib/autobuild/version.rb +1 -1
  3. metadata +10 -10
File without changes
@@ -1,5 +1,5 @@
1
1
  module Autobuild
2
- VERSION = "1.6.0.b3" unless defined? Autobuild::VERSION
2
+ VERSION = "1.6.0.rc1" unless defined? Autobuild::VERSION
3
3
  end
4
4
 
5
5
 
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autobuild
3
3
  version: !ruby/object:Gem::Version
4
- hash: 49
4
+ hash: 15424087
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 1
8
8
  - 6
9
9
  - 0
10
- - b
11
- - 3
12
- version: 1.6.0.b3
10
+ - rc
11
+ - 1
12
+ version: 1.6.0.rc1
13
13
  platform: ruby
14
14
  authors:
15
15
  - Sylvain Joyeux
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2012-03-09 00:00:00 Z
20
+ date: 2012-03-30 00:00:00 Z
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
23
23
  name: rake
@@ -57,14 +57,13 @@ dependencies:
57
57
  requirement: &id003 !ruby/object:Gem::Requirement
58
58
  none: false
59
59
  requirements:
60
- - - ">="
60
+ - - ~>
61
61
  - !ruby/object:Gem::Version
62
- hash: 47
62
+ hash: 27
63
63
  segments:
64
64
  - 2
65
- - 8
66
- - 0
67
- version: 2.8.0
65
+ - 12
66
+ version: "2.12"
68
67
  type: :development
69
68
  version_requirements: *id003
70
69
  description: |-
@@ -138,6 +137,7 @@ files:
138
137
  - test/test_import_tar.rb
139
138
  - test/test_subcommand.rb
140
139
  - test/tools.rb
140
+ - .gemtest
141
141
  homepage:
142
142
  licenses: []
143
143