hdcore 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/hdcore.gemspec +1 -1
- data/lib/hdcore/version.rb +1 -1
- 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($/)
|
data/lib/hdcore/version.rb
CHANGED
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:
|
4
|
+
hash: 25
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
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:
|