Skip to content

Commit

Permalink
Merged changes from oddb2xml 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ngiger committed Jul 8, 2015
1 parent 130175c commit 0deb901
Show file tree
Hide file tree
Showing 7 changed files with 1,050 additions and 107 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -37,6 +37,7 @@ gem 'nokogiri', '1.6.1'
gem 'odba', '1.1.0'
gem 'oddb2tdat', '1.1.2'
gem 'paypal', '2.0.0'
gem 'parslet', '1.7.0'
gem 'pg', '0.12.0'
gem 'rclconf', '1.0.0'
gem 'rdoc', '3.9.4'
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Expand Up @@ -16,6 +16,7 @@ GEM
nokogiri
archive-tarsimple (1.1.1)
bigdecimal (1.1.0)
blankslate (3.1.3)
builder (3.2.2)
childprocess (0.5.6)
ffi (~> 1.0, >= 1.0.11)
Expand Down Expand Up @@ -103,6 +104,8 @@ GEM
watir-webdriver (>= 0.6.11)
page_navigation (0.9)
data_magic (>= 0.14)
parslet (1.7.0)
blankslate (>= 2.0, <= 4.0)
paypal (2.0.0)
money (> 0.0.0)
pg (0.12.0)
Expand Down Expand Up @@ -233,6 +236,7 @@ DEPENDENCIES
odba (= 1.1.0)
oddb2tdat (= 1.1.2)
page-object
parslet (= 1.7.0)
paypal (= 2.0.0)
pg (= 0.12.0)
pry-debugger
Expand Down
1 change: 1 addition & 0 deletions install_gems.sh
Expand Up @@ -33,6 +33,7 @@ gem install net-http-persistent --version=2.9.3
gem install nokogiri --version=1.6.2.1
gem install odba --version=1.1.0
gem install oddb2tdat --version=1.1.2
gem install parslet --version=1.7.0
gem install paypal --version=2.0.0
gem install pg --version=0.12.0
gem install rclconf --version=1.0.0
Expand Down

0 comments on commit 0deb901

Please sign in to comment.