akamaized 0.0.1 → 0.0.2
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.
- data/akamaized.gemspec +1 -1
- data/lib/akamaized/version.rb +1 -1
- metadata +2 -2
data/akamaized.gemspec
CHANGED
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
|
|
|
8
8
|
s.platform = Gem::Platform::RUBY
|
|
9
9
|
s.authors = ["Brandon Hansen, Eric Casequin"]
|
|
10
10
|
s.email = ["brandon@morethanaprogrammer.com"]
|
|
11
|
-
s.homepage = ""
|
|
11
|
+
s.homepage = "https://github.com/ready4god2513/Akamaized"
|
|
12
12
|
s.summary = %q{Manage data and files on Akamai's CDN}
|
|
13
13
|
s.description = %q{Manage data and files on Akamai's CDN}
|
|
14
14
|
|
data/lib/akamaized/version.rb
CHANGED
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: akamaized
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.0.
|
|
5
|
+
version: 0.0.2
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Brandon Hansen, Eric Casequin
|
|
@@ -31,7 +31,7 @@ files:
|
|
|
31
31
|
- lib/akamaized.rb
|
|
32
32
|
- lib/akamaized/version.rb
|
|
33
33
|
has_rdoc: true
|
|
34
|
-
homepage:
|
|
34
|
+
homepage: https://github.com/ready4god2513/Akamaized
|
|
35
35
|
licenses: []
|
|
36
36
|
|
|
37
37
|
post_install_message:
|