ana 0.9.2 → 0.9.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c361a04d1f9cdc79bc58e63670af79e8e80177be
4
- data.tar.gz: d99b5e4de891d56a3667fe39c7194602c9520ddc
3
+ metadata.gz: 885136e219bf2a587db435b5a4767b8d33ebf3d1
4
+ data.tar.gz: f4e738b169ebc6852532a01a7ba24cb268b766bf
5
5
  SHA512:
6
- metadata.gz: 37b3628717ef9e3fe633f4a99067dcb5e8c787bbf071ba6ec93a68cb49bb71aa2a5dfd7c71d8adf07abbbd7e260ae50bc6e7d8202cde8b83a3d8b554b967a0f2
7
- data.tar.gz: e5cef8078038a4d83eaee77a5978e66684ecb2352f4e31da7c1356064d72b635de07c2be346d2fe335bc38289f65e236b40d99a3dba46202917014987aca54ce
6
+ metadata.gz: 881212a59ae759617978c7c90238030527719e2f35fec1e41a4969993d116f320b8577363e98dfc391128d37e7ab48ac229bcdb077fde39c0b32579554261293
7
+ data.tar.gz: f6094dcf373a19c7a1e9f9531a68781792d3b86264956aabff7d93aae6495af5376bf2c18c0a1cf6a02d9344f87c4b84a5eaac2085eb62d69ea46ba357553695
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Ana
1
+ # Ana :sparkling_heart: :yellow_heart: :blue_heart: :purple_heart: :green_heart: :heart: :gift_heart:
2
2
 
3
3
  Ana knows a lot of things about RubyGems.
4
4
 
@@ -126,7 +126,7 @@ Ruby >= 2.0
126
126
 
127
127
  ## Contributing
128
128
 
129
- 1. Fork it ( http://github.com/<my-github-username>/ana/fork )
129
+ 1. Fork it ( https://github.com/juanitofatas/ana/fork )
130
130
  2. Create your feature branch (`git checkout -b my-new-feature`)
131
131
  3. Commit your changes (`git commit -am 'Add some feature'`)
132
132
  4. Push to the branch (`git push origin my-new-feature`)
data/lib/ana/command.rb CHANGED
@@ -80,7 +80,7 @@ module Ana
80
80
  count = gem_hash.count
81
81
  end
82
82
  say("Last #{count} versions of #{gem} are...")
83
- [*0..count-1].each do |n|
83
+ [*0..count.to_i-1].each do |n|
84
84
  say("#{gem_hash[n]['built_at'][0..9]} : #{gem_hash[n]['number']}")
85
85
  end
86
86
  end
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 = 2
5
+ TINY = 3
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.2
4
+ version: 0.9.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juanito Fatas