ben5516-grackle 0.1.2 → 0.1.2.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/History.txt +3 -1
  2. data/README.rdoc +1 -1
  3. data/grackle.gemspec +1 -1
  4. metadata +1 -1
data/History.txt CHANGED
@@ -2,4 +2,6 @@
2
2
  * Added OAuth authentication
3
3
  * Deprecated :username and :password Grackle::Client constructor params
4
4
  * Changed multipart upload implementation and removed dependency on httpclient gem
5
- * Added dependency on mime-types gem
5
+ * Added dependency on mime-types gem
6
+ == 0.1.2.2 (2009-07-24)
7
+ * Added support for ActiveSupport::JSON
data/README.rdoc CHANGED
@@ -127,7 +127,7 @@ You'll need the following gems to use all features of Grackle:
127
127
  == INSTALL:
128
128
 
129
129
  sudo gem sources -a http://gems.github.com
130
- sudo gem install hayesdavis-grackle
130
+ sudo gem install ben5516-grackle
131
131
 
132
132
  == LICENSE:
133
133
 
data/grackle.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{grackle}
5
- s.version = "0.1.2"
5
+ s.version = "0.1.2.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Hayes Davis"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ben5516-grackle
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hayes Davis