Skip to content

Commit

Permalink
Switching health-data-standards from a git repo to a published gem
Browse files Browse the repository at this point in the history
  • Loading branch information
eedrummer committed Sep 24, 2012
1 parent 01009eb commit 80f9b5b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'http://rubygems.org'


gem 'rails', '3.2.8'
gem "health-data-standards", :git => "https://github.com/eedrummer/health-data-standards.git", :branch => "develop"
gem "health-data-standards", '~> 2.0.0'
gem 'ruby-openid'
gem "mongoid", '~> 3.0.6'
gem "pry"
Expand Down
20 changes: 7 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
GIT
remote: https://github.com/eedrummer/health-data-standards.git
revision: efd8445676b1ff0575f3c617cd54f4b6d791a7fc
branch: develop
specs:
health-data-standards (2.0.0)
builder (~> 3.0.0)
erubis (~> 2.7.0)
mongoid (~> 3.0.6)
nokogiri (~> 1.5.5)
uuid (~> 2.3.5)

GIT
remote: https://github.com/project-rhex/devise_oauth2_providable.git
revision: 1e3b7f5553e0b5b957b876fa8e42a593c7ebaa32
Expand Down Expand Up @@ -108,6 +96,12 @@ GEM
nokogiri (> 0.0.0)
sax-machine (>= 0.0.12)
hashie (1.2.0)
health-data-standards (2.0.0)
builder (~> 3.0.0)
erubis (~> 2.7.0)
mongoid (~> 3.0.6)
nokogiri (~> 1.5.5)
uuid (~> 2.3.5)
highline (1.6.15)
hike (1.2.1)
httpclient (2.2.7)
Expand Down Expand Up @@ -278,7 +272,7 @@ DEPENDENCIES
devise_oauth2_providable!
factory_girl_rails
feedzirra
health-data-standards!
health-data-standards (~> 2.0.0)
jquery-rails
kaminari
minitest
Expand Down

0 comments on commit 80f9b5b

Please sign in to comment.