Skip to content

Commit

Permalink
Fixing version and date updated details
Browse files Browse the repository at this point in the history
  • Loading branch information
samlown committed Jul 23, 2011
1 parent 3db905d commit e043041
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions VERSION
@@ -0,0 +1 @@
1.1.2
6 changes: 3 additions & 3 deletions couchrest.gemspec
@@ -1,12 +1,12 @@
# -*- encoding: utf-8 -*-
require File.join(File.dirname(__FILE__),'lib','couchrest','version')

Gem::Specification.new do |s|
s.name = %q{couchrest}
s.version = CouchRest::VERSION
s.version = `cat VERSION`.strip

s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["J. Chris Anderson", "Matt Aimonetti", "Marcos Tapajos", "Will Leinweber", "Sam Lown"]
s.date = %q{2011-04-06}
s.date = File.utime('VERSION')
s.description = %q{CouchRest provides a simple interface on top of CouchDB's RESTful HTTP API, as well as including some utility scripts for managing views and attachments.}
s.email = %q{jchris@apache.org}

Expand Down
1 change: 0 additions & 1 deletion lib/couchrest.rb
Expand Up @@ -23,7 +23,6 @@
require 'couchrest/monkeypatches'
require 'couchrest/rest_api'
require 'couchrest/support/inheritable_attributes'
require 'couchrest/version'

require 'forwardable'

Expand Down

0 comments on commit e043041

Please sign in to comment.