redlics 0.1.0 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 02052cc441c6a1ed900aca26b965f6a6bab00638
4
- data.tar.gz: 2f372d92fec7e58e7cda634efff68c65f16bfa5a
3
+ metadata.gz: 775adf037d5749d709c27978f19bbafb34f70252
4
+ data.tar.gz: 6e343a76a1d11bbb9444f4e9e26c318c2a27c57a
5
5
  SHA512:
6
- metadata.gz: ff22b8916fa232fe611123d8042ae0bed4954ff3120e499854243cc77c467b055f27f2b3971e8d4a40d534ae301cf5bd2ccbb69d6c56a1275853aec005f32f6b
7
- data.tar.gz: 76b768e2b2a5e323186e8215e94554fcd403cf8547605d3629e6e7b99e60c1f47bd81146ce0003547e6fd26dbd6499d1bd3ffd29e8ef6c1fe5aab0a04def5fad
6
+ metadata.gz: efa81ea222976f6fe1c47c4712e92ac69adb27fe94de99d786ca7a897dec65077afd3db499cf257b0432b591f950a5b4f2e1541b0d3c9f1251ddfa7c7511f671
7
+ data.tar.gz: 7823550d20d1f845e5c72afb693075c9ded6ba6af4cfff29cfc12794f661acd7bf8b18ef8ea4ea6646accfd5c0d0d3502fc49bc6ca8983cb3c8aa79b02f8d545
data/.travis.yml CHANGED
@@ -8,6 +8,7 @@ rvm:
8
8
  - 2.0.0
9
9
  - 2.1
10
10
  - 2.2
11
+ - 2.3.0
11
12
  - jruby-9.0.0.0
12
13
  - ruby-head
13
14
  - jruby-head
@@ -1,4 +1,4 @@
1
1
  # Redlics version.
2
2
  module Redlics
3
- VERSION = '0.1.0'
3
+ VERSION = '0.1.1'
4
4
  end
data/redlics.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.authors = ['Egon Zemmer']
11
11
  spec.email = ['office@phlegx.com']
12
12
  spec.date = Time.now.utc.strftime('%Y-%m-%d')
13
- spec.homepage = 'http://github.com/phlegx/#{s.name}'
13
+ spec.homepage = "http://github.com/phlegx/#{spec.name}"
14
14
 
15
15
  spec.summary = %q{Redis analytics with tracks and counts.}
16
16
  spec.description = %q{Redis analytics with tracks (using bitmaps) and counts (using buckets)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redlics
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Egon Zemmer
@@ -139,7 +139,7 @@ files:
139
139
  - lib/redlics/version.rb
140
140
  - redlics.gemspec
141
141
  - test/redlics_test.rb
142
- homepage: http://github.com/phlegx/#{s.name}
142
+ homepage: http://github.com/phlegx/redlics
143
143
  licenses:
144
144
  - MIT
145
145
  metadata: {}