ana 0.9.0 → 0.9.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/ana.gemspec +1 -1
  4. data/lib/ana/version.rb +1 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cd8798e8dc1b5f9cafcd02c3c90d65271d432460
4
- data.tar.gz: a9f1e9fd4335b522314822e09b6c3f518085ad82
3
+ metadata.gz: 246cf2f12adb7ffa61a2c34316b0f0a2a0d8c260
4
+ data.tar.gz: 8106ea3484776ce8deb881ff65500a8b0564a19a
5
5
  SHA512:
6
- metadata.gz: 359d326b8bf0b9651cb5b28dafbeb5632e136243196b2bcf11fe9f69448d2d29a385f2718a671b4475cae1fe0e30379eb2252dd941941d8d5e700601be3ab3c8
7
- data.tar.gz: 34d4741eadf16b74748feeeb2b1ee989fee1f0a643d4e92bb40e0443dea28a0eee9c2968e5795ff8687e1630ac8e1c34f8f36db9d88fb00aa1398b6115660cd3
6
+ metadata.gz: 8250ae1ef99cfe5328047641675fabac4c8b2333863478251ad73a518f90a4a997c753669f2a6261be8c936790da04670ee624038f9cfbd6d11b93d7f323e081
7
+ data.tar.gz: bdcd252b91de25daaf951b166aba374f27043470f958ee031c9c2830561c5c14edc06c74fa24ef79611d82458716d1ae4a3a034964c6ae8ce455307845bf9db3
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Ana knows a lot of things about RubyGems.
4
4
 
5
- Yet another Ruby wrapper for the [RubyGems.org][1] API.
5
+ A command-line tool for [RubyGems.org][1].
6
6
 
7
7
  ## Installation
8
8
 
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{Yet another RubyGems.org API wrapper in Ruby.}
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
@@ -2,7 +2,7 @@ module Ana
2
2
  module VERSION
3
3
  MAJOR = 0
4
4
  MINOR = 9
5
- TINY = 0
5
+ TINY = 1
6
6
  PRE = nil
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
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.0
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: Yet another RubyGems.org API wrapper in Ruby.
69
+ description: A command-line tool for https://rubygems.org/
70
70
  email:
71
71
  - katehuang0320@gmail.com
72
72
  executables: