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 +8 -8
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/lib/powertrack/version.rb +1 -1
- data/powertrack.gemspec +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ZTE1Y2E3NjE3ZGQzZjU0NTA3MmUyOTkwYWZmNGE0MjFkMzc3ZDM4Yw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
NmJkMTBmZTBkYzc3NGQ1YmNlYWExMDNkODAwODYxMWY1NDRkZmVhMg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ZWE5MDAxZjYwYjRlZGRiYTRhOTlmMzIzY2E4ZTkzNDJmMTgyN2RmNzE5MjM5
|
10
|
+
YThkNjM4M2MyMmZiY2Q2ZTExOGYwOGRmMDMwOTE2YzM3NWYyYTZjYzM2NzE5
|
11
|
+
NTZhMzc5NmRhYjY3NTg5NTU1YjE2Nzg3NDJjOTdhOGNiZTE4YmM=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
OGVlZjdmNTE3YWUyMDgwMTNiZTdhODk4ZmJmM2QxOWI5MTFjM2ZiYzUwYmE2
|
14
|
+
MjQwMWFiMDg4OTlkN2NhZjI3ZDEyMjY2OWNkMDFlMWI0OTJlNmM1YWY3YzFk
|
15
|
+
NTc5ZTViNjE0OWI0YmU3MDIwZjQ4MjNiYjI1ODhjNGUyZTU5YjA=
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
data/lib/powertrack/version.rb
CHANGED
data/powertrack.gemspec
CHANGED
@@ -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
|
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 = '
|
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.
|
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
|
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
|
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
|