Skip to content

Commit

Permalink
tabula 0.9.6 / tabula-extractor 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mtigas committed Sep 29, 2014
1 parent 45404fa commit 41307d4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ platform :jruby do
gem "rack"
gem "tilt"
gem "rufus-lru"
gem "tabula-extractor", '~>0.7.4', :require => "tabula"
gem "tabula-extractor", '~>0.7.5', :require => "tabula"

group :development do
gem "rake"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GEM
rake (10.3.2)
rubyzip (1.1.6)
rufus-lru (1.0.5)
tabula-extractor (0.7.4-java)
tabula-extractor (0.7.5-java)
trollop (~> 2.0)
tilt (2.0.1)
trollop (2.0)
Expand All @@ -27,6 +27,6 @@ DEPENDENCIES
rack
rake
rufus-lru
tabula-extractor (~> 0.7.4)
tabula-extractor (~> 0.7.5)
tilt
warbler
8 changes: 4 additions & 4 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<property name="build.dir" value="build"/>
<property name="mac.dir" value="${build.dir}/mac" />
<property name="windows.dir" value="${build.dir}/windows" />
<property name="full_version" value="0.9.4.0"/>
<property name="full_version" value="0.9.6.0"/>
<property name="launch4j.dir" location="${build.dir}/../launch4j" />
<property name="launch4j.bindir" location="${build.dir}/../launch4j/bin" />

Expand All @@ -27,7 +27,7 @@
shortname="Tabula"
mainclass="WarMain"
version="${full_version}"
infostring="© 2012-2013 Manuel Aristarán"
infostring="© 2012-2014 Manuel Aristarán"
aboutmenuname="Tabula"
icon="${build.dir}/icons/tabula.icns"
workingdirectory="$APP_PACKAGE/Contents/Resources"
Expand Down Expand Up @@ -84,11 +84,11 @@
fileVersion="${full_version}"
txtFileVersion="${full_version}"
fileDescription="tabula"
copyright="© 2012-2013 Manuel Aristarán"
copyright="© 2012-2014 Manuel Aristarán"
productVersion="${full_version}"
txtProductVersion="${full_version}"
productName="Tabula"
companyName="Tabula team"
companyName="Tabula Team"
internalName="tabula"
originalFilename="tabula.exe"
/>
Expand Down

0 comments on commit 41307d4

Please sign in to comment.