whatpulse 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Whatpulse
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -1,25 +1,25 @@
1
- # coding: utf-8
2
- lib = File.expand_path('../lib', __FILE__)
3
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'whatpulse/version'
5
-
6
- Gem::Specification.new do |spec|
7
- spec.name = "whatpulse"
8
- spec.version = Whatpulse::VERSION
9
- spec.authors = ["Elliot"]
10
- spec.email = ["denolfe@gmail.com"]
11
- spec.summary = %q{Whatpulse API Wrapper}
12
- spec.description = %q{Wrapper for the Whatpulse API. Allows retrieval of key and click counts}
13
- spec.homepage = ""
14
- spec.license = "MIT"
15
-
16
- spec.files = `git ls-files -z`.split("\x0")
17
- spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
- spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
- spec.require_paths = ["lib"]
20
-
21
- spec.required_ruby_version = ">= 1.9.3"
22
- spec.add_runtime_dependency "httparty", "~> 0.12.0"
23
- spec.add_development_dependency "bundler", "~> 1.5"
24
- spec.add_development_dependency "rake"
25
- end
1
+ # coding: utf-8
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'whatpulse/version'
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "whatpulse"
8
+ spec.version = Whatpulse::VERSION
9
+ spec.authors = ["Elliot DeNolf"]
10
+ spec.email = ["denolfe@gmail.com"]
11
+ spec.summary = %q{Whatpulse API Wrapper}
12
+ spec.description = %q{Wrapper for the Whatpulse API. Allows retrieval of key and click counts}
13
+ spec.homepage = "https://github.com/denolfe/whatpulse"
14
+ spec.license = "MIT"
15
+
16
+ spec.files = `git ls-files -z`.split("\x0")
17
+ spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
+ spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
+ spec.require_paths = ["lib"]
20
+
21
+ spec.required_ruby_version = ">= 1.9.3"
22
+ spec.add_runtime_dependency "httparty", "~> 0.12.0"
23
+ spec.add_development_dependency "bundler", "~> 1.5"
24
+ spec.add_development_dependency "rake"
25
+ end
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: whatpulse
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
8
- - Elliot
8
+ - Elliot DeNolf
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
@@ -74,7 +74,7 @@ files:
74
74
  - lib/whatpulse.rb
75
75
  - lib/whatpulse/version.rb
76
76
  - whatpulse.gemspec
77
- homepage: ''
77
+ homepage: https://github.com/denolfe/whatpulse
78
78
  licenses:
79
79
  - MIT
80
80
  post_install_message: