anticuado 0.2.2 → 0.2.3
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.
- checksums.yaml +4 -4
- data/README.md +2 -0
- data/lib/anticuado/javascript/npm.rb +1 -0
- data/lib/anticuado/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b7695360a1a7fde0dacb5aa1644ffbfd1b6570a5
|
|
4
|
+
data.tar.gz: 420a4e1ef5d3d57ed04d7eafe9a51d959e184efb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bc1d1dcedcdce25576a277cafb45357eef62ac6d14fa82f30b232a8435602f760fa06d78e86cd484dd6e2c293206f468dbd623180b2bd06ec416522ca773d77d
|
|
7
|
+
data.tar.gz: 7825c15876b92f63637d9c2a9a32e3e91b9095e2e2c1bd9a1efe3ced3191319b00cc67ab237349abb8dc22ca166d6b4275e0bdc6ca64ba064acdcbf718b5fc72
|
data/README.md
CHANGED
|
@@ -3,6 +3,8 @@
|
|
|
3
3
|
[](https://travis-ci.org/KazuCocoa/anticuado)
|
|
4
4
|
|
|
5
5
|
This library collect __outdated__ libraries for each platforms. [Here](https://github.com/KazuCocoa/anticuado-example) is example how to use this library.
|
|
6
|
+
And [this travis project](https://travis-ci.org/KazuCocoa/anticuado-example) is just sample how to run this and the output.
|
|
7
|
+
|
|
6
8
|
|
|
7
9
|
## Support
|
|
8
10
|
- Java
|
data/lib/anticuado/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: anticuado
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kazuaki MATSUO
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-10-
|
|
11
|
+
date: 2016-10-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|