fssh 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/History.txt +7 -0
  2. data/lib/fssh.rb +1 -1
  3. data/lib/fssh/version.rb +1 -1
  4. metadata +3 -2
@@ -0,0 +1,7 @@
1
+ === 0.0.2
2
+
3
+ * Fix AWS gem require.
4
+
5
+ === 0.0.1
6
+
7
+ * Birthday!
@@ -3,7 +3,7 @@
3
3
  # Copyright 2012 Forrager
4
4
  # http://www.apache.org/licenses/LICENSE-2.0
5
5
 
6
- require 'aws'
6
+ require 'AWS'
7
7
  require 'yaml'
8
8
 
9
9
  module FSSH
@@ -4,5 +4,5 @@
4
4
  # http://www.apache.org/licenses/LICENSE-2.0
5
5
 
6
6
  module FSSH
7
- VERSION = "0.0.1"
7
+ VERSION = "0.0.2"
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fssh
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-10-19 00:00:00.000000000 Z
12
+ date: 2012-10-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: amazon-ec2
@@ -44,6 +44,7 @@ files:
44
44
  - lib/fssh/version.rb
45
45
  - lib/fssh.rb
46
46
  - Gemfile
47
+ - History.txt
47
48
  - LICENSE
48
49
  - README.md
49
50
  - Rakefile