hdcore 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/hdcore.gemspec +1 -1
  2. data/lib/hdcore/version.rb +1 -1
  3. metadata +4 -4
data/hdcore.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["ethan.p@hostdime.com"]
11
11
  spec.description = "A basic wrapper for HostDime's customer portal 'Core' API"
12
12
  spec.summary = ""
13
- spec.homepage = "https://github.com/hostdime/hdcore"
13
+ spec.homepage = "https://github.com/hostdime/hdcore-rb"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
@@ -1,3 +1,3 @@
1
1
  module Hdcore
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hdcore
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ethan Pemble
@@ -98,7 +98,7 @@ files:
98
98
  - lib/hdcore/version.rb
99
99
  - spec/lib/hdcore/hdcore_spec.rb
100
100
  - spec/lib/hdcore/request_spec.rb
101
- homepage: https://github.com/hostdime/hdcore
101
+ homepage: https://github.com/hostdime/hdcore-rb
102
102
  licenses:
103
103
  - MIT
104
104
  post_install_message: