Skip to content

Commit

Permalink
Ausing temporary name hanguk to templatize it
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermesilveira committed Mar 30, 2011
1 parent bf17d58 commit 1466fe2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -102,7 +102,7 @@ optionally do
end

desc "Install the gem locally"
task :install => [:package] do
task :install do
sh %{gem install pkg/#{GEM}-#{GEM_VERSION}.gem -l}
end

Expand Down
2 changes: 1 addition & 1 deletion lib/restfulie/version.rb
Expand Up @@ -2,7 +2,7 @@ module Restfulie
module VERSION #:nodoc:
MAJOR = 1
MINOR = 0
TINY = 2
TINY = 3

STRING = [MAJOR, MINOR, TINY].join('.')

Expand Down
2 changes: 1 addition & 1 deletion restfulie.gemspec
Expand Up @@ -36,7 +36,7 @@ Gem::Specification.new do |s|

s.add_dependency("rack-conneg")
s.add_dependency("sqlite3-ruby")
s.add_dependency('tokamak', "~> 1.2.0")
s.add_dependency('hanguk', "~> 1.3.0")
s.add_dependency('medie', "~> 1.0.0")
s.add_dependency('respondie', "~> 0.9.0")
end

0 comments on commit 1466fe2

Please sign in to comment.