Skip to content

Commit

Permalink
Release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-brenner committed Aug 28, 2012
1 parent 8131cef commit 214cac2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions jcouchbase.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = 'jcouchbase' s.name = 'jcouchbase'
s.version = '0.1.2' s.version = '0.1.3'
s.date = '2012-08-28' s.date = '2012-08-28'
s.platform = Gem::Platform::RUBY s.platform = Gem::Platform::RUBY
s.authors = ["Jeremy J Brenner"] s.authors = ["Jeremy J Brenner"]
Expand All @@ -19,17 +19,21 @@ Gem::Specification.new do |s|
lib/jcouchbase/jars/commons-codec-1.5.jar lib/jcouchbase/jars/commons-codec-1.5.jar
lib/jcouchbase/jars/commons-codec-1.6.jar lib/jcouchbase/jars/commons-codec-1.6.jar
lib/jcouchbase/jars/commons-logging-1.1.1.jar lib/jcouchbase/jars/commons-logging-1.1.1.jar
lib/jcouchbase/jars/couchbase-client-1.0.2.jar lib/jcouchbase/jars/couchbase-client-1.1-dp2-javadocs.jar
lib/jcouchbase/jars/couchbase-client-1.1-dp2.jar
lib/jcouchbase/jars/fluent-hc-4.2.1.jar lib/jcouchbase/jars/fluent-hc-4.2.1.jar
lib/jcouchbase/jars/httpclient-4.2.1.jar lib/jcouchbase/jars/httpclient-4.2.1.jar
lib/jcouchbase/jars/httpclient-cache-4.2.1.jar lib/jcouchbase/jars/httpclient-cache-4.2.1.jar
lib/jcouchbase/jars/httpcore-4.1.1.jar
lib/jcouchbase/jars/httpcore-4.2.1.jar lib/jcouchbase/jars/httpcore-4.2.1.jar
lib/jcouchbase/jars/httpcore-ab-4.2.1.jar lib/jcouchbase/jars/httpcore-ab-4.2.1.jar
lib/jcouchbase/jars/httpcore-nio-4.1.1.jar
lib/jcouchbase/jars/httpcore-nio-4.2.1.jar lib/jcouchbase/jars/httpcore-nio-4.2.1.jar
lib/jcouchbase/jars/httpmime-4.2.1.jar lib/jcouchbase/jars/httpmime-4.2.1.jar
lib/jcouchbase/jars/jettison-1.1.jar lib/jcouchbase/jars/jettison-1.1.jar
lib/jcouchbase/jars/netty-3.2.0.Final.jar lib/jcouchbase/jars/netty-3.2.0.Final.jar
lib/jcouchbase/jars/spymemcached-2.8.0.jar lib/jcouchbase/jars/spymemcached-2.8.4-javadocs.jar
lib/jcouchbase/jars/spymemcached-2.8.4.jar
lib/jcouchbase/jcouchbase.rb lib/jcouchbase/jcouchbase.rb
lib/jcouchbase/version.rb lib/jcouchbase/version.rb
] ]
Expand Down

0 comments on commit 214cac2

Please sign in to comment.