stormpack-pusher 0.0.10 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 007c73af61fbd5a3d19cd829f704d29ad122a064
4
- data.tar.gz: 09a7d480ac0d49dbbdd1dd2fc641d9b027105b45
3
+ metadata.gz: c34fde45b64cf112a9239557449e2df105d98b95
4
+ data.tar.gz: 733ac030d9138860e5487d2260fd3ed101e47493
5
5
  SHA512:
6
- metadata.gz: 1cd09594edc2b0d28b5f9c91726bc43aa330debd850296796000bf81a7e5eb9bb3cbb51d0fb215c794d86da63870d29fc7c1f741f47db81040e70b1674191635
7
- data.tar.gz: f4f987be3e7eda7c9754029fe1fb454005c18a8cacb92ab46007b68828d6fe38515abb63d312e951b3ab8632f4478212423d88c6cdd0004740623e0dc3bf51f9
6
+ metadata.gz: f3e1bb7bcce335616de596f54fe9ef9c27344e8d611add76d7e9aefab111a57fd1b799b9a170cf98818429089bd2373601639dbccec051a8ac8ab7625329a83f
7
+ data.tar.gz: c6c93cffc6ac9fef7e57be1fb8e7fe9ac9420f40949440fd9d785036994bddef2d49241c1324bad011fb6000eeacf01bcd571d6f8dd64de0cd8e30549d281f90
@@ -1,5 +1,5 @@
1
1
  module Stormpack
2
2
  module Pusher
3
- VERSION = "0.0.10"
3
+ VERSION = "0.0.11"
4
4
  end
5
5
  end
@@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Stormpack::Pusher::VERSION
9
9
  spec.authors = ["Lyon Hill"]
10
10
  spec.email = ["lyondhill@gmail.com"]
11
- spec.summary = %q{why do i have to fill these in}
12
- spec.description = %q{why do i have to fill these in}
13
- spec.homepage = "http://pagodabox.com"
11
+ spec.summary = %q{Stormpack client for ruby.}
12
+ spec.description = %q{Stormpack client for ruby. Pushes data to stormpack servers}
13
+ spec.homepage = "https://github.com/stormpack-core/stormpack-pusher-ruby"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stormpack-pusher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lyon Hill
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-17 00:00:00.000000000 Z
11
+ date: 2015-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -66,7 +66,7 @@ dependencies:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
- description: why do i have to fill these in
69
+ description: Stormpack client for ruby. Pushes data to stormpack servers
70
70
  email:
71
71
  - lyondhill@gmail.com
72
72
  executables: []
@@ -84,7 +84,7 @@ files:
84
84
  - lib/stormpack/pusher/version.rb
85
85
  - stormpack-pusher.gemspec
86
86
  - test/server.rb
87
- homepage: http://pagodabox.com
87
+ homepage: https://github.com/stormpack-core/stormpack-pusher-ruby
88
88
  licenses:
89
89
  - MIT
90
90
  metadata: {}
@@ -107,6 +107,6 @@ rubyforge_project:
107
107
  rubygems_version: 2.2.2
108
108
  signing_key:
109
109
  specification_version: 4
110
- summary: why do i have to fill these in
110
+ summary: Stormpack client for ruby.
111
111
  test_files:
112
112
  - test/server.rb