1.0
Simon Tokumine 13 years ago
parent edf9c218ec
commit 896a617e24

3
.gitignore vendored

@ -12,5 +12,4 @@ bin/
config/database.yml
.idea/*
config/app_config.yml
src/
Gemfile.lock
src/

@ -77,7 +77,7 @@ GEM
json (1.6.5)
launchy (2.1.0)
addressable (~> 2.2.6)
linecache19 (0.5.13)
linecache19 (0.5.12)
ruby_core_source (>= 0.1.4)
log4r (1.1.10)
mail (2.2.19)
@ -158,14 +158,19 @@ GEM
activesupport (>= 3.0)
railties (>= 3.0)
rspec (~> 2.9.0)
ruby-debug-base19 (0.11.26)
ruby-debug-base19 (0.11.25)
columnize (>= 0.3.1)
linecache19 (>= 0.5.11)
ruby_core_source (>= 0.1.4)
ruby-debug19 (0.11.6)
ruby-debug-base19x (0.11.30.pre10)
columnize (>= 0.3.1)
linecache19 (>= 0.5.11)
ruby-debug-base19 (>= 0.11.19)
rake (>= 0.8.1)
ruby_core_source (>= 0.1.4)
ruby-debug19 (0.11.5)
columnize (>= 0.3.1)
linecache19 (>= 0.5.11)
ruby-debug-base19 (>= 0.11.15)
ruby-ole (1.2.11.3)
ruby_core_source (0.1.5)
archive-tar-minitar (>= 0.5.2)
@ -219,7 +224,7 @@ DEPENDENCIES
htmlentities
launchy
minitest (~> 2.0.2)
mocha (~> 0.10.0)
mocha
nokogiri (~> 1.5.2)
oauth (= 0.4.5)
oauth-plugin (= 0.4.0.pre4)
@ -234,8 +239,8 @@ DEPENDENCIES
rgeo-geojson (= 0.2.1)
roo (~> 1.9.7)
rspec-rails
ruby-debug-base19 (= 0.11.26)
ruby-debug19 (= 0.11.6)
ruby-debug-base19x (~> 0.11.30.pre3)
ruby-debug19 (= 0.11.5)
ruby-ole (~> 1.2.11.3)
rubyzip (~> 0.9.6.1)
sequel (= 3.29.0)

@ -1,3 +1,8 @@
0.9.3
-----
* new styles for login etc
* table search
0.9.2
-----
* .OSM import

Loading…
Cancel
Save