fig 1.21.1.beta.2 → 1.22.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Changes +9 -9
- data/lib/fig.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ca015854b687910a5db05ec703dfcb8edb7ae1e0
|
4
|
+
data.tar.gz: f5d0d6e2d1d910ab3e730f9cfba39780984553c0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 53df01cee0ba8dc7edc8d5eda77367e6f4c9998a6c251940a404c1ce72c3c7cdd4a4d25740786eafebd1d1b8e383db5aa1c9ebe23d61d21acd072ee136ef5a72
|
7
|
+
data.tar.gz: abd26e9f6cf416cdc2f0c8c877bd0d74c31a8c89966ae8c819e6c94e342fd47fb8eda4de15cc062df2e176cfbc2e7baebe5978fad39ebc236be83c5b30d935ae
|
data/Changes
CHANGED
@@ -1,24 +1,19 @@
|
|
1
|
-
v1.
|
1
|
+
v1.22.0 - 2014/11/20
|
2
2
|
|
3
|
-
New
|
3
|
+
New features:
|
4
4
|
|
5
|
+
- New --add synonym for the --append option. A slight fix for the misnomer
|
6
|
+
that the latter option is.
|
5
7
|
- Given the existence of the --add option, there's no reason for path
|
6
8
|
statements in published packages to use "append", so they now use "add".
|
7
9
|
Yes, this is shifting one confusing bit of Fig for a slight complication,
|
8
10
|
but the complication already existed.
|
9
11
|
|
10
|
-
v1.21.1.beta.1 - 2014/11/17
|
11
|
-
|
12
12
|
Bug fixes:
|
13
13
|
|
14
14
|
- Republishing a package did not clean out no-longer-extant files from the
|
15
15
|
runtime directory.
|
16
16
|
|
17
|
-
New feature:
|
18
|
-
|
19
|
-
- New --add synonym for the --append option. A slight fix for the misnomer
|
20
|
-
that the latter option is.
|
21
|
-
|
22
17
|
Miscellaneous:
|
23
18
|
|
24
19
|
- Include file size in checks for whether a local file is up-to-date for
|
@@ -28,6 +23,11 @@ v1.21.1.beta.1 - 2014/11/17
|
|
28
23
|
- Stack trace no longer emitted when releasing repository lock after exec
|
29
24
|
error.
|
30
25
|
|
26
|
+
v1.21.1.beta.2 - 2014/11/18
|
27
|
+
v1.21.1.beta.1 - 2014/11/17
|
28
|
+
|
29
|
+
- Test releases.
|
30
|
+
|
31
31
|
v1.21.0 - 2014/10/13
|
32
32
|
|
33
33
|
Bug fixes:
|
data/lib/fig.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fig
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.22.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matthew Foemmel
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-11-
|
11
|
+
date: 2014-11-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: colorize
|
@@ -404,9 +404,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
404
404
|
version: 1.9.2
|
405
405
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
406
406
|
requirements:
|
407
|
-
- - "
|
407
|
+
- - ">="
|
408
408
|
- !ruby/object:Gem::Version
|
409
|
-
version:
|
409
|
+
version: '0'
|
410
410
|
requirements: []
|
411
411
|
rubyforge_project:
|
412
412
|
rubygems_version: 2.2.2
|