cloudcrypt 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -1,3 +1,4 @@
1
1
  pkg/*
2
2
  *.gem
3
3
  .bundle
4
+ Gemfile.lock
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cloudcrypt (0.0.7)
4
+ cloudcrypt (0.0.8)
5
5
  excon (= 0.2.8)
6
6
  fog (= 0.3.30)
7
7
  rubyzip
data/bin/cloudcrypt CHANGED
@@ -2,7 +2,7 @@
2
2
  # you can't use require 'cloudcrypt'
3
3
  require File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib', 'cloudcrypt'))
4
4
 
5
- RAVE_BUCKET='ec2admin-software-installation-rave-5.6.3'
5
+ RAVE_BUCKET='aws-mdsol-dev-software-installation-rave-5.6.3'
6
6
  ENCRYPTED_FILE_EXTENSION='.encrypted'
7
7
  ENCRYPTED_VI_EXTENSION='.vi'
8
8
  ENCRYPTED_KEY_EXTENSION='.key'
@@ -29,4 +29,4 @@ unless ARGV.empty?
29
29
  cloudcrypt = Cloudcrypt::Parser.new
30
30
 
31
31
  cloudcrypt.parse
32
- end
32
+ end
@@ -1,3 +1,3 @@
1
1
  module Cloudcrypt
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudcrypt
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 8
10
- version: 0.0.8
9
+ - 9
10
+ version: 0.0.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Rodrigo Estebanez
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-03-09 00:00:00 -05:00
18
+ date: 2011-04-12 00:00:00 -04:00
19
19
  default_executable:
20
20
  - cloudcrypt
21
21
  dependencies: