ogler 0.0.2 → 0.0.3
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/lib/ogler/version.rb +1 -1
- data/ogler.gemspec +1 -1
- metadata +2 -2
data/lib/ogler/version.rb
CHANGED
data/ogler.gemspec
CHANGED
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
|
|
|
8
8
|
s.platform = Gem::Platform::RUBY
|
|
9
9
|
s.authors = ["Kevin Bringard"]
|
|
10
10
|
s.email = ["kevinbringard@gmail.com"]
|
|
11
|
-
s.homepage = ""
|
|
11
|
+
s.homepage = "https://github.com/kevinbringard/ogler"
|
|
12
12
|
s.summary = %q{Uploader for glance using ogle}
|
|
13
13
|
s.description = %q{Uploader for glance which uses the ogle library to be completely standalone}
|
|
14
14
|
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: ogler
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.0.
|
|
5
|
+
version: 0.0.3
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Kevin Bringard
|
|
@@ -43,7 +43,7 @@ files:
|
|
|
43
43
|
- lib/ogler/version.rb
|
|
44
44
|
- ogler.gemspec
|
|
45
45
|
has_rdoc: true
|
|
46
|
-
homepage:
|
|
46
|
+
homepage: https://github.com/kevinbringard/ogler
|
|
47
47
|
licenses: []
|
|
48
48
|
|
|
49
49
|
post_install_message:
|