tap 1.3.0 → 1.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/History +5 -0
  2. data/MIT-LICENSE +1 -1
  3. data/lib/tap/version.rb +4 -4
  4. metadata +18 -8
data/History CHANGED
@@ -1,3 +1,8 @@
1
+ == 1.4.0 / 2011-01-09
2
+
3
+ * fixes unwise >= gem dependencies
4
+ * updates license for 2011
5
+
1
6
  == 1.3.0 / 2010-04-02
2
7
 
3
8
  * various improvements to declarations
@@ -1,6 +1,6 @@
1
1
  Copyright (c) 2006-2009, Regents of the University of Colorado.
2
2
 
3
- Copyright (c) 2009-2010, Simon Chiang.
3
+ Copyright (c) 2009-2011, Simon Chiang.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,8 +1,8 @@
1
1
  module Tap
2
2
  MAJOR = 1
3
- MINOR = 3
4
- TINY = 0
3
+ MINOR = 4
4
+ TINY = 0
5
5
 
6
- VERSION="#{MAJOR}.#{MINOR}.#{TINY}"
7
- WEBSITE="http://tap.rubyforge.org"
6
+ VERSION = "#{MAJOR}.#{MINOR}.#{TINY}"
7
+ WEBSITE = "http://tap.rubyforge.org"
8
8
  end
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tap
3
3
  version: !ruby/object:Gem::Version
4
+ hash: 7
4
5
  prerelease: false
5
6
  segments:
6
7
  - 1
7
- - 3
8
+ - 4
8
9
  - 0
9
- version: 1.3.0
10
+ version: 1.4.0
10
11
  platform: ruby
11
12
  authors:
12
13
  - Simon Chiang
@@ -14,16 +15,18 @@ autorequire:
14
15
  bindir: bin
15
16
  cert_chain: []
16
17
 
17
- date: 2010-05-02 00:00:00 -06:00
18
+ date: 2011-01-09 00:00:00 -07:00
18
19
  default_executable:
19
20
  dependencies:
20
21
  - !ruby/object:Gem::Dependency
21
22
  name: configurable
22
23
  prerelease: false
23
24
  requirement: &id001 !ruby/object:Gem::Requirement
25
+ none: false
24
26
  requirements:
25
- - - ">="
27
+ - - ~>
26
28
  - !ruby/object:Gem::Version
29
+ hash: 3
27
30
  segments:
28
31
  - 0
29
32
  - 7
@@ -35,14 +38,16 @@ dependencies:
35
38
  name: tap-test
36
39
  prerelease: false
37
40
  requirement: &id002 !ruby/object:Gem::Requirement
41
+ none: false
38
42
  requirements:
39
- - - ">="
43
+ - - ~>
40
44
  - !ruby/object:Gem::Version
45
+ hash: 3
41
46
  segments:
42
47
  - 0
43
- - 6
48
+ - 7
44
49
  - 0
45
- version: 0.6.0
50
+ version: 0.7.0
46
51
  type: :development
47
52
  version_requirements: *id002
48
53
  description:
@@ -114,6 +119,7 @@ files:
114
119
  - doc/Examples/Command Line
115
120
  - doc/Examples/Tapfile
116
121
  - doc/Configuration
122
+ - bin/tap
117
123
  has_rdoc: true
118
124
  homepage: http://tap.rubyforge.org
119
125
  licenses: []
@@ -129,23 +135,27 @@ rdoc_options:
129
135
  require_paths:
130
136
  - lib
131
137
  required_ruby_version: !ruby/object:Gem::Requirement
138
+ none: false
132
139
  requirements:
133
140
  - - ">="
134
141
  - !ruby/object:Gem::Version
142
+ hash: 3
135
143
  segments:
136
144
  - 0
137
145
  version: "0"
138
146
  required_rubygems_version: !ruby/object:Gem::Requirement
147
+ none: false
139
148
  requirements:
140
149
  - - ">="
141
150
  - !ruby/object:Gem::Version
151
+ hash: 3
142
152
  segments:
143
153
  - 0
144
154
  version: "0"
145
155
  requirements: []
146
156
 
147
157
  rubyforge_project: tap
148
- rubygems_version: 1.3.6
158
+ rubygems_version: 1.3.7
149
159
  signing_key:
150
160
  specification_version: 3
151
161
  summary: A configurable, distributable workflow framework.