cryptkeeper 0.2.7 → 0.2.8

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/Rakefile CHANGED
@@ -7,7 +7,7 @@ Jeweler::Tasks.new do |gem|
7
7
  gem.summary = %Q{Google Storage Connector}
8
8
  gem.description = %Q{Use cryptkeeper to talk to Google Storage}
9
9
  gem.email = "adammede@gmail.com"
10
- gem.homepage = "http://github.com/adamthedeveloper/cryptkeeper"
10
+ gem.homepage = "http://github.com/adamthedeveloper/cryptkeeper-google-storage-connector"
11
11
  gem.authors = ["Adam Medeiros"]
12
12
  gem.version = CryptKeeper::VERSION
13
13
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{cryptkeeper}
8
- s.version = "0.2.7"
8
+ s.version = "0.2.8"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Adam Medeiros"]
@@ -25,7 +25,7 @@ Gem::Specification.new do |s|
25
25
  "lib/crypt_keeper_http.rb",
26
26
  "lib/objects.rb"
27
27
  ]
28
- s.homepage = %q{http://github.com/adamthedeveloper/cryptkeeper}
28
+ s.homepage = %q{http://github.com/adamthedeveloper/cryptkeeper-google-storage-connector}
29
29
  s.require_paths = ["lib"]
30
30
  s.rubygems_version = %q{1.3.7}
31
31
  s.summary = %q{Google Storage Connector}
@@ -4,7 +4,7 @@ require ck_path + '/crypt_keeper_http.rb'
4
4
  require 'uri'
5
5
 
6
6
  module CryptKeeper
7
- VERSION = "0.2.7"
7
+ VERSION = "0.2.8"
8
8
 
9
9
  # :title: Connection
10
10
  # Author:: Adam R. Medeiros (AKA: ScaryThings)
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 7
9
- version: 0.2.7
8
+ - 8
9
+ version: 0.2.8
10
10
  platform: ruby
11
11
  authors:
12
12
  - Adam Medeiros
@@ -61,7 +61,7 @@ files:
61
61
  - lib/crypt_keeper_http.rb
62
62
  - lib/objects.rb
63
63
  has_rdoc: true
64
- homepage: http://github.com/adamthedeveloper/cryptkeeper
64
+ homepage: http://github.com/adamthedeveloper/cryptkeeper-google-storage-connector
65
65
  licenses: []
66
66
 
67
67
  post_install_message: