powertrack 1.0.0 → 1.0.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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- OGNhMTRiZDk2MDJlN2VjNGE3Zjk1MmVmMTVjNjJiODQxYThkNDdkNg==
4
+ ZTE1Y2E3NjE3ZGQzZjU0NTA3MmUyOTkwYWZmNGE0MjFkMzc3ZDM4Yw==
5
5
  data.tar.gz: !binary |-
6
- MjVjZTk3NjZhOWMxNTFkMTE4NjQ0MmM5Y2JjOTY0ZDE1MzZkYTUwYg==
6
+ NmJkMTBmZTBkYzc3NGQ1YmNlYWExMDNkODAwODYxMWY1NDRkZmVhMg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ODk2NGZlOWY5ZTM3N2MzYWZlYzQwNWUzNjhjNmYyYjBhMzUxODMxYzhiNjMz
10
- YzNhOTE3NWQ5ZTE2N2M0YTZmOTNkY2M4NmRkMWJjYjM0Yjc2YzQ0OWIzNGI5
11
- MGI4ZTg0YzdmMDUzZTYwYjc3MDAwN2FkZmY3ZWQyN2ZjYzhhODc=
9
+ ZWE5MDAxZjYwYjRlZGRiYTRhOTlmMzIzY2E4ZTkzNDJmMTgyN2RmNzE5MjM5
10
+ YThkNjM4M2MyMmZiY2Q2ZTExOGYwOGRmMDMwOTE2YzM3NWYyYTZjYzM2NzE5
11
+ NTZhMzc5NmRhYjY3NTg5NTU1YjE2Nzg3NDJjOTdhOGNiZTE4YmM=
12
12
  data.tar.gz: !binary |-
13
- ZjIzZGY3ZWZkNTA0MTJhZGQwZjNjN2FiNTFiZTQ3MmI2NTIzNWEyZGVkNzFj
14
- YzczZWY5NTU0MDczNjQyZTA5YzMzMzE1ZmViODkyMDk2M2RjNGU4MTZhMGE2
15
- M2VkODJjNzUwY2M3ZTBmOWUwMDM4NTZkYjE0NjFhZGI1YTFhMDI=
13
+ OGVlZjdmNTE3YWUyMDgwMTNiZTdhODk4ZmJmM2QxOWI5MTFjM2ZiYzUwYmE2
14
+ MjQwMWFiMDg4OTlkN2NhZjI3ZDEyMjY2OWNkMDFlMWI0OTJlNmM1YWY3YzFk
15
+ NTc5ZTViNjE0OWI0YmU3MDIwZjQ4MjNiYjI1ODhjNGUyZTU5YjA=
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- powertrack (1.0.0)
4
+ powertrack (1.0.1)
5
5
  em-http-request (~> 1.1)
6
6
  eventmachine (~> 1.0)
7
7
  exponential-backoff (~> 0.0.2)
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # powertrack-rb
1
+ # powertrack
2
2
  A Ruby gem for building GNIP PowerTrack streaming clients.
3
3
 
4
4
  ## How to use it ?
@@ -1,3 +1,3 @@
1
1
  module PowerTrack
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
@@ -8,11 +8,11 @@ Gem::Specification.new do |spec|
8
8
  spec.version = PowerTrack::VERSION
9
9
  spec.authors = ['Laurent Farcy', 'Eric Wendelin', 'Ryan Weald']
10
10
  spec.email = ['laurent.farcy@ecairn.com', 'me@eriwen.com', 'ryan@weald.com']
11
- spec.summary = %q{Powertrack-rb is a gem used to develop GNIP PowerTrack streaming clients.}
11
+ spec.summary = %q{Powertrack is a gem used to develop GNIP PowerTrack streaming clients.}
12
12
  spec.description = spec.summary
13
13
  spec.homepage = 'https://github.com/ecairn/powertrack-rb'
14
14
  spec.license = 'MIT license'
15
- spec.required_ruby_version = '~> 1.9'
15
+ spec.required_ruby_version = '>= 1.9'
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0")
18
18
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: powertrack
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Laurent Farcy
@@ -140,7 +140,7 @@ dependencies:
140
140
  - - ~>
141
141
  - !ruby/object:Gem::Version
142
142
  version: '0.1'
143
- description: Powertrack-rb is a gem used to develop GNIP PowerTrack streaming clients.
143
+ description: Powertrack is a gem used to develop GNIP PowerTrack streaming clients.
144
144
  email:
145
145
  - laurent.farcy@ecairn.com
146
146
  - me@eriwen.com
@@ -181,7 +181,7 @@ require_paths:
181
181
  - lib
182
182
  required_ruby_version: !ruby/object:Gem::Requirement
183
183
  requirements:
184
- - - ~>
184
+ - - ! '>='
185
185
  - !ruby/object:Gem::Version
186
186
  version: '1.9'
187
187
  required_rubygems_version: !ruby/object:Gem::Requirement
@@ -194,7 +194,7 @@ rubyforge_project:
194
194
  rubygems_version: 2.4.6
195
195
  signing_key:
196
196
  specification_version: 4
197
- summary: Powertrack-rb is a gem used to develop GNIP PowerTrack streaming clients.
197
+ summary: Powertrack is a gem used to develop GNIP PowerTrack streaming clients.
198
198
  test_files:
199
199
  - test/minitest_helper.rb
200
200
  - test/test_manage_rules.rb