ana 0.9.0 → 0.9.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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/ana.gemspec +1 -1
- data/lib/ana/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: 246cf2f12adb7ffa61a2c34316b0f0a2a0d8c260
|
|
4
|
+
data.tar.gz: 8106ea3484776ce8deb881ff65500a8b0564a19a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8250ae1ef99cfe5328047641675fabac4c8b2333863478251ad73a518f90a4a997c753669f2a6261be8c936790da04670ee624038f9cfbd6d11b93d7f323e081
|
|
7
|
+
data.tar.gz: bdcd252b91de25daaf951b166aba374f27043470f958ee031c9c2830561c5c14edc06c74fa24ef79611d82458716d1ae4a3a034964c6ae8ce455307845bf9db3
|
data/README.md
CHANGED
data/ana.gemspec
CHANGED
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ['Juanito Fatas']
|
|
10
10
|
spec.email = ['katehuang0320@gmail.com']
|
|
11
11
|
spec.summary = %q{Ana knows a lot about RubyGems.}
|
|
12
|
-
spec.description = %q{
|
|
12
|
+
spec.description = %q{A command-line tool for https://rubygems.org/}
|
|
13
13
|
spec.homepage = 'https://github.com/JuanitoFatas/Ana'
|
|
14
14
|
spec.license = 'MIT'
|
|
15
15
|
|
data/lib/ana/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ana
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Juanito Fatas
|
|
@@ -66,7 +66,7 @@ dependencies:
|
|
|
66
66
|
- - '>='
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: 10.1.0
|
|
69
|
-
description:
|
|
69
|
+
description: A command-line tool for https://rubygems.org/
|
|
70
70
|
email:
|
|
71
71
|
- katehuang0320@gmail.com
|
|
72
72
|
executables:
|