Skip to content

Commit

Permalink
removed dummy files
Browse files Browse the repository at this point in the history
  • Loading branch information
Kosuke Tanabe committed Feb 27, 2013
1 parent 11da531 commit ccdd497
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 524,760 deletions.
27 changes: 20 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
.bundle/
log/*.log
pkg/
test/dummy/db/*.sqlite3
test/dummy/log/*.log
test/dummy/tmp/
test/dummy/.sass-cache
*.rbc
*.sassc
.sass-cache
capybara-*.html
.rspec
/.bundle
/vendor/bundle
/log/*
/tmp/*
/db/*.sqlite3
/public/system/*
/coverage/
/spec/tmp/*
**.orig
rerun.txt
pickle-email-*.html
/spec/dummy/db/*.sqlite3
/spec/dummy/log/*
/spec/dummy/solr/*
/spec/dummy/tmp/
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ GEM
geocoder (1.1.6)
has_scope (0.5.1)
hike (1.2.1)
i18n (0.6.1)
i18n (0.6.2)
inherited_resources (1.3.1)
has_scope (~> 0.5.0)
responders (~> 0.6)
Expand All @@ -137,7 +137,7 @@ GEM
multi_json (1.6.1)
nested_form (0.3.1)
nokogiri (1.5.6)
nori (2.0.3)
nori (2.0.4)
orm_adapter (0.4.0)
paper_trail (2.7.1)
activerecord (~> 3.0)
Expand Down Expand Up @@ -177,7 +177,7 @@ GEM
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
rake (10.0.3)
rdoc (3.12.1)
rdoc (3.12.2)
json (~> 1.4)
redis (3.0.2)
redis-namespace (1.2.1)
Expand Down Expand Up @@ -205,14 +205,14 @@ GEM
rspec-expectations (~> 2.13.0)
rspec-mocks (~> 2.13.0)
settingslogic (2.0.9)
simple_form (2.0.4)
simple_form (2.1.0)
actionpack (~> 3.0)
activemodel (~> 3.0)
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
sinatra (1.3.4)
sinatra (1.3.5)
rack (~> 1.4)
rack-protection (~> 1.3)
tilt (~> 1.3, >= 1.3.3)
Expand All @@ -223,13 +223,13 @@ GEM
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.7)
state_machine (1.1.2)
sunspot (2.0.0.pre.130115)
sunspot (2.0.0)
pr_geohash (~> 1.0)
rsolr (~> 1.0.7)
sunspot_rails (2.0.0.pre.130115)
sunspot_rails (2.0.0)
nokogiri
sunspot (= 2.0.0.pre.130115)
sunspot_solr (2.0.0.pre.130115)
sunspot (= 2.0.0)
sunspot_solr (2.0.0)
thor (0.17.0)
tilt (1.3.3)
timeliness (0.3.7)
Expand Down Expand Up @@ -260,5 +260,5 @@ DEPENDENCIES
simplecov
sqlite3
sunspot-rails-tester!
sunspot_solr (~> 2.0.0.pre.130115)
sunspot_solr (~> 2.0.0)
vcr
2 changes: 1 addition & 1 deletion enju_flower.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "vcr"
s.add_development_dependency "simplecov"
s.add_development_dependency "factory_girl_rails"
s.add_development_dependency "sunspot_solr", "~> 2.0.0.pre.130115"
s.add_development_dependency "sunspot_solr", "~> 2.0.0"
s.add_development_dependency "enju_biblio", "~> 0.1.0.pre19"
s.add_development_dependency "enju_library", "~> 0.1.0.pre9"
s.add_development_dependency "mobylette"
Expand Down
Binary file modified spec/dummy/db/test.sqlite3
Binary file not shown.
6,982 changes: 0 additions & 6,982 deletions spec/dummy/log/sunspot-solr-test.log

This file was deleted.

517,760 changes: 0 additions & 517,760 deletions spec/dummy/log/test.log

This file was deleted.

Binary file removed spec/dummy/solr/data/test/index/segments.gen
Binary file not shown.
Binary file removed spec/dummy/solr/data/test/spellchecker/segments.gen
Binary file not shown.
Binary file removed spec/dummy/solr/data/test/spellchecker/segments_1
Binary file not shown.

0 comments on commit ccdd497

Please sign in to comment.