Skip to content

Commit

Permalink
Install the localeapp gem
Browse files Browse the repository at this point in the history
  • Loading branch information
tigrish committed Mar 2, 2012
1 parent 19e1932 commit 0bff925
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -15,3 +15,6 @@ doc
pkg pkg


.DS_Store .DS_Store

# localeapp
.localeapp
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -6,4 +6,5 @@ group :development do
gem "jeweler", "~> 1.8.3" gem "jeweler", "~> 1.8.3"
gem "rcov", ">= 0" gem "rcov", ">= 0"
gem 'i18n-spec' gem 'i18n-spec'
gem 'localeapp'
end end
13 changes: 13 additions & 0 deletions Gemfile.lock
Expand Up @@ -3,17 +3,28 @@ GEM
specs: specs:
diff-lcs (1.1.3) diff-lcs (1.1.3)
git (1.2.5) git (1.2.5)
gli (1.5.1)
i18n (0.6.0)
i18n-spec (0.1.2) i18n-spec (0.1.2)
jeweler (1.8.3) jeweler (1.8.3)
bundler (~> 1.0) bundler (~> 1.0)
git (>= 1.2.5) git (>= 1.2.5)
rake rake
rdoc rdoc
json (1.6.5) json (1.6.5)
localeapp (0.4.1)
gli
i18n
json
rest-client
ya2yaml
mime-types (1.17.2)
rake (0.9.2.2) rake (0.9.2.2)
rcov (0.9.11) rcov (0.9.11)
rdoc (3.12) rdoc (3.12)
json (~> 1.4) json (~> 1.4)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec (2.8.0) rspec (2.8.0)
rspec-core (~> 2.8.0) rspec-core (~> 2.8.0)
rspec-expectations (~> 2.8.0) rspec-expectations (~> 2.8.0)
Expand All @@ -22,6 +33,7 @@ GEM
rspec-expectations (2.8.0) rspec-expectations (2.8.0)
diff-lcs (~> 1.1.2) diff-lcs (~> 1.1.2)
rspec-mocks (2.8.0) rspec-mocks (2.8.0)
ya2yaml (0.31)


PLATFORMS PLATFORMS
ruby ruby
Expand All @@ -30,5 +42,6 @@ DEPENDENCIES
bundler (~> 1.0.10) bundler (~> 1.0.10)
i18n-spec i18n-spec
jeweler (~> 1.8.3) jeweler (~> 1.8.3)
localeapp
rcov rcov
rspec (~> 2.8.0) rspec (~> 2.8.0)

0 comments on commit 0bff925

Please sign in to comment.