fog-nirvanix 1.8.1 → 1.8.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.
Files changed (4) hide show
  1. data/.gitignore +1 -0
  2. data/changelog.txt +34 -28
  3. data/fog.gemspec +3 -3
  4. metadata +6 -6
data/.gitignore CHANGED
@@ -20,3 +20,4 @@ yardoc
20
20
  pkg
21
21
  spec/credentials.yml
22
22
  vendor/*
23
+ tester.rb
@@ -1,3 +1,9 @@
1
+ 1.8.2
2
+ =========================================================
3
+
4
+ Nirvanix support.
5
+ Upgrade net-scp dep from 1.0.4 -> 1.1 as 1.0.6 was removed from Rubygems.
6
+
1
7
  1.8.0 12/01/2012 057c0c525a39e77cb2037c9fec3d851b209c151b
2
8
  =========================================================
3
9
 
@@ -3421,7 +3427,7 @@ MVP! ktheory
3421
3427
 
3422
3428
  [aws|cloudformation] tests sleep to avoid throttling error :(
3423
3429
 
3424
- [aws|elb]
3430
+ [aws|elb]
3425
3431
  Add tests for create, describe, and delete. thanks ktheory
3426
3432
  Fix Policies in describe_load_balancers parser. thanks ktheory
3427
3433
  Stub out missing requests. thanks ktheory
@@ -3524,7 +3530,7 @@ MVP! ktheory
3524
3530
 
3525
3531
  [storage]
3526
3532
  auto-paginate for #each closes #268
3527
- [aws]
3533
+ [aws]
3528
3534
  Add #each_file method to directory model. thanks smerritt
3529
3535
  Add documentation for #each_file method. thanks smerritt
3530
3536
  Emit warning from Files#each. thanks smerritt
@@ -3672,30 +3678,30 @@ remove long standing deprecations
3672
3678
  0.5.3 02/15/11
3673
3679
  ==============
3674
3680
 
3675
- [terremark|ecloud] (thanks freeformz)
3676
- initial support for Disabled monitor types
3677
- InternetService#disable_monitor and #enable_ping_monitor
3678
- spec fixes and tests for the new monitor functions
3679
- fix logic error which prevented turning off persistent connections
3680
- fix _dump for collections/models
3681
- require json for to_json of collection/model
3681
+ [terremark|ecloud] (thanks freeformz)
3682
+ initial support for Disabled monitor types
3683
+ InternetService#disable_monitor and #enable_ping_monitor
3684
+ spec fixes and tests for the new monitor functions
3685
+ fix logic error which prevented turning off persistent connections
3686
+ fix _dump for collections/models
3687
+ require json for to_json of collection/model
3682
3688
  add some missing parens to fix warnings
3683
3689
 
3684
3690
 
3685
3691
  0.5.2 02/11/11
3686
3692
  ==============
3687
3693
 
3688
- [aws|compute] fix delete AWS tags to use proper method. Thanks ody
3689
- [aws|storage]
3690
- add sort for multi part upload fields. Thanks gavin
3691
- better RRS docs. Thanks bensie
3694
+ [aws|compute] fix delete AWS tags to use proper method. Thanks ody
3695
+ [aws|storage]
3696
+ add sort for multi part upload fields. Thanks gavin
3697
+ better RRS docs. Thanks bensie
3692
3698
  Temporary redirect should not execute the block. Thanks vivienschillis
3693
3699
  [tests] fix mock_helper load path to allow test runs in 1.9.2. Thanks aeden
3694
3700
  [compute] disable password auth for current user, rather than always root
3695
- [aws&google|storage] properly handle custom headers in mocks
3696
- [aws&google|storage] make signature public method
3697
- [aws&google] finish fixing headers in mocks
3698
- [core] cleanup providers/services setup
3701
+ [aws&google|storage] properly handle custom headers in mocks
3702
+ [aws&google|storage] make signature public method
3703
+ [aws&google] finish fixing headers in mocks
3704
+ [core] cleanup providers/services setup
3699
3705
  [README] add contributing section, recommendations for blue shirts, move providers to fog.io, cleanup resources
3700
3706
  implicitly add not_implemented mocks
3701
3707
 
@@ -3703,7 +3709,7 @@ implicitly add not_implemented mocks
3703
3709
  0.5.1 01/31/11
3704
3710
  ==============
3705
3711
 
3706
- Bug fixes.
3712
+ Bug fixes.
3707
3713
  [aws|iam] add signing certificate and list groups for user. thanks crazed
3708
3714
  [gogrid|compute] added support for password api calls. thanks lum
3709
3715
  [fog|time] add date header formatting that is non-localized
@@ -3712,15 +3718,15 @@ Bug fixes.
3712
3718
  0.5.0 01/27/11
3713
3719
  ==============
3714
3720
 
3715
- [aws|compute] describe reserved instances offerings
3716
- [aws|dns] Fix variable typo create_hosted_zone. Thanks mitchellh
3717
- [aws|ses] basic support. Thanks adelcambre
3718
- [aws|storage] Escape the path for signatures. Thanks croaker
3719
- [aws&google|storage] mock fixes
3720
- [local|storage] support file#content_type
3721
- [ssh] use an agent if available instead of requiring explicit keys. thanks davidx and tomstuart
3722
- [gogrid|compute] fix several issues. Thanks cardmagic
3723
- [rackspace|compute] get new auth token when one expires
3724
- [rackspace|storage] remove nil query params in requests
3721
+ [aws|compute] describe reserved instances offerings
3722
+ [aws|dns] Fix variable typo create_hosted_zone. Thanks mitchellh
3723
+ [aws|ses] basic support. Thanks adelcambre
3724
+ [aws|storage] Escape the path for signatures. Thanks croaker
3725
+ [aws&google|storage] mock fixes
3726
+ [local|storage] support file#content_type
3727
+ [ssh] use an agent if available instead of requiring explicit keys. thanks davidx and tomstuart
3728
+ [gogrid|compute] fix several issues. Thanks cardmagic
3729
+ [rackspace|compute] get new auth token when one expires
3730
+ [rackspace|storage] remove nil query params in requests
3725
3731
  [terremark|ecloud] getting started on ecloud specific implementation
3726
3732
 
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
6
6
  ## If your rubyforge_project name is different, then edit it and comment out
7
7
  ## the sub! line in the Rakefile
8
8
  s.name = 'fog-nirvanix'
9
- s.version = '1.8.1'
9
+ s.version = '1.8.2'
10
10
  s.date = '2013-04-23'
11
11
  s.rubyforge_project = 'fog'
12
12
 
@@ -46,7 +46,7 @@ Gem::Specification.new do |s|
46
46
  s.add_dependency('formatador', '~>0.2.0')
47
47
  s.add_dependency('multi_json', '~>1.0')
48
48
  s.add_dependency('mime-types')
49
- s.add_dependency('net-scp', '~>1.0.4')
49
+ s.add_dependency('net-scp', '~>1.1.0')
50
50
  s.add_dependency('net-ssh', '>=2.1.3')
51
51
  s.add_dependency('nokogiri', '~>1.5.0')
52
52
  s.add_dependency('ruby-hmac')
@@ -64,7 +64,7 @@ Gem::Specification.new do |s|
64
64
  s.add_development_dependency('virtualbox', '~>0.9.1')
65
65
  s.add_development_dependency('fission')
66
66
 
67
- # s.add_development_dependency('ruby-libvirt','~>0.4.0')
67
+ # s.add_development_dependency('ruby-libvirt','~>0.4.0')
68
68
 
69
69
  s.files = `git ls-files`.split("\n").delete_if {|f| f == 'tester.rb'}
70
70
  s.test_files = `git ls-files -- {spec,tests}/*`.split("\n")
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fog-nirvanix
3
3
  version: !ruby/object:Gem::Version
4
- hash: 53
4
+ hash: 51
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 8
9
- - 1
10
- version: 1.8.1
9
+ - 2
10
+ version: 1.8.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - geemus (Wesley Beary)
@@ -100,12 +100,12 @@ dependencies:
100
100
  requirements:
101
101
  - - ~>
102
102
  - !ruby/object:Gem::Version
103
- hash: 31
103
+ hash: 19
104
104
  segments:
105
105
  - 1
106
+ - 1
106
107
  - 0
107
- - 4
108
- version: 1.0.4
108
+ version: 1.1.0
109
109
  type: :runtime
110
110
  version_requirements: *id006
111
111
  - !ruby/object:Gem::Dependency