hungryblank-aws_sdb_bare 0.1.0 → 0.1.1

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/README.rdoc +1 -0
  2. data/VERSION.yml +1 -1
  3. data/lib/aws_sdb_bare.rb +0 -1
  4. metadata +1 -1
data/README.rdoc CHANGED
@@ -24,6 +24,7 @@ Or
24
24
  == Project sources
25
25
 
26
26
  the project is hosted on github http://github.com/hungryblank/aws_sdb_bare
27
+
27
28
  blog posts explaining the usage can be found on http://assertbuggy.blogspot.com
28
29
 
29
30
  == Support and bug tracking
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :patch: 0
3
- :major: 0
3
+ :major: 1
4
4
  :minor: 1
data/lib/aws_sdb_bare.rb CHANGED
@@ -2,7 +2,6 @@ require 'base64'
2
2
  require 'time'
3
3
  require 'uri'
4
4
  require 'openssl'
5
- require 'tagz'
6
5
  Dir.glob(File.dirname(__FILE__) + '/aws_sdb_bare/**/*.rb').each do |lib|
7
6
  require lib
8
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hungryblank-aws_sdb_bare
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paolo Negri