Skip to content

Commit

Permalink
Merge pull request MaG21#1 from MarcosCommunity/master
Browse files Browse the repository at this point in the history
Update fork
  • Loading branch information
MaG21 committed Jan 11, 2016
2 parents f7020a2 + 972f072 commit e148a2a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Build Status](https://travis-ci.org/MarcosCommunity/curry.svg?branch=master)](https://travis-ci.org/MarcosCommunity/curry)

# Currency Scrapper for the Dominican Republic
# Currency scraper for the Dominican Republic

This is a simple service that provides the current currency exchange rate for<br>
the Dominican Republic. To do so, we parse the web pages of all the major banks<br>
Expand Down Expand Up @@ -36,7 +36,7 @@ OSX:

$ brew install imagemagick ocrad gocr

This application uses port 8080 by default. One my change the port passing it as<br>
This application uses port 8080 by default, one may change the port passing it as<br>
the first parameter:

$ ruby curry.rb 1025
Expand Down
2 changes: 1 addition & 1 deletion curry.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
set :environment, :production

# semver
VERSION = '1.4.0'
VERSION = '1.5.0'

$mutex = Mutex.new
$info = Scrapper::Info.new
Expand Down
2 changes: 1 addition & 1 deletion spec/requests/api/v1/json_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def app
expect(json['comercial_name']).to match(/marcos\s+organizador/i)
expect(json['category']).not_to eq(nil)
expect(json['payment_regimen']).not_to eq(nil)
expect(json['status']).not_to match(/active/i) # if marco should be active, we pay our taxes :)
expect(json['status']).not_to match(/active/i) # Marcos should always be active, we pay all our taxes :)
end

it 'returns a blank JSON response if an invalid RNC is provided' do
Expand Down

0 comments on commit e148a2a

Please sign in to comment.