enju_event 0.1.17.pre9 → 0.1.17.pre10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/enju_event/version.rb +1 -1
- data/lib/generators/enju_event/setup/setup_generator.rb +2 -0
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/solr/data/test/index/{_en.fdt → _fc.fdt} +0 -0
- data/spec/dummy/solr/data/test/index/{_en.fdx → _fc.fdx} +0 -0
- data/spec/dummy/solr/data/test/index/{_en.fnm → _fc.fnm} +0 -0
- data/spec/dummy/solr/data/test/index/{_en.frq → _fc.frq} +0 -0
- data/spec/dummy/solr/data/test/index/{_en.nrm → _fc.nrm} +0 -0
- data/spec/dummy/solr/data/test/index/{_en.prx → _fc.prx} +0 -0
- data/spec/dummy/solr/data/test/index/{_en.tii → _fc.tii} +0 -0
- data/spec/dummy/solr/data/test/index/{_en.tis → _fc.tis} +0 -0
- data/spec/dummy/solr/data/test/index/{_eo.fdt → _fd.fdt} +0 -0
- data/spec/dummy/solr/data/test/index/{_eo.fdx → _fd.fdx} +0 -0
- data/spec/dummy/solr/data/test/index/{_eo.fnm → _fd.fnm} +0 -0
- data/spec/dummy/solr/data/test/index/_fd.frq +0 -0
- data/spec/dummy/solr/data/test/index/{_eo.nrm → _fd.nrm} +0 -0
- data/spec/dummy/solr/data/test/index/{_eo.prx → _fd.prx} +0 -0
- data/spec/dummy/solr/data/test/index/{_eo.tii → _fd.tii} +0 -0
- data/spec/dummy/solr/data/test/index/_fd.tis +0 -0
- data/spec/dummy/solr/data/test/index/segments.gen +0 -0
- data/spec/dummy/solr/data/test/index/{segments_l1 → segments_m5} +0 -0
- metadata +42 -42
- data/spec/dummy/solr/data/test/index/_eo.frq +0 -0
- data/spec/dummy/solr/data/test/index/_eo.tis +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 56984c49a51468cd25ae9cac3feffb21b76c3152
|
4
|
+
data.tar.gz: 220bbad533d17d1f18928d69492d57ad8e62d67e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dc48cdbf78945b8d150d4296356ad519591aeffe47d3dc90451bfea5c69206ad5c11b5442e1aeb3dfe2490bc09a61d2dc343b2a4e869baf42bb546442ff132fa
|
7
|
+
data.tar.gz: ebcc3eb66ff4d3416fad1f04daa7cef5f7b6dcbdb684b8d8dd095542ba894cf025bf51592ef7df1f312ee41d274c8aabd1451cb641a1b90c3a3be25f27bffd2f
|
data/lib/enju_event/version.rb
CHANGED
@@ -4,5 +4,7 @@ class EnjuEvent::SetupGenerator < Rails::Generators::Base
|
|
4
4
|
def copy_setup_files
|
5
5
|
directory("db/fixtures", "db/fixtures/enju_event")
|
6
6
|
rake("enju_event_engine:install:migrations")
|
7
|
+
inject_into_file 'app/controllers/application_controller.rb',
|
8
|
+
" enju_event\n", :after => "enju_library\n"
|
7
9
|
end
|
8
10
|
end
|
data/spec/dummy/db/test.sqlite3
CHANGED
Binary file
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
Binary file
|
File without changes
|
File without changes
|
File without changes
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: enju_event
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.17.
|
4
|
+
version: 0.1.17.pre10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kosuke Tanabe
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-04-
|
11
|
+
date: 2013-04-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -114,14 +114,14 @@ dependencies:
|
|
114
114
|
requirements:
|
115
115
|
- - ~>
|
116
116
|
- !ruby/object:Gem::Version
|
117
|
-
version: 0.1.14.
|
117
|
+
version: 0.1.14.pre7
|
118
118
|
type: :runtime
|
119
119
|
prerelease: false
|
120
120
|
version_requirements: !ruby/object:Gem::Requirement
|
121
121
|
requirements:
|
122
122
|
- - ~>
|
123
123
|
- !ruby/object:Gem::Version
|
124
|
-
version: 0.1.14.
|
124
|
+
version: 0.1.14.pre7
|
125
125
|
- !ruby/object:Gem::Dependency
|
126
126
|
name: enju_core
|
127
127
|
requirement: !ruby/object:Gem::Requirement
|
@@ -198,28 +198,28 @@ dependencies:
|
|
198
198
|
requirements:
|
199
199
|
- - ~>
|
200
200
|
- !ruby/object:Gem::Version
|
201
|
-
version: 0.1.0.
|
201
|
+
version: 0.1.0.pre29
|
202
202
|
type: :development
|
203
203
|
prerelease: false
|
204
204
|
version_requirements: !ruby/object:Gem::Requirement
|
205
205
|
requirements:
|
206
206
|
- - ~>
|
207
207
|
- !ruby/object:Gem::Version
|
208
|
-
version: 0.1.0.
|
208
|
+
version: 0.1.0.pre29
|
209
209
|
- !ruby/object:Gem::Dependency
|
210
210
|
name: enju_library
|
211
211
|
requirement: !ruby/object:Gem::Requirement
|
212
212
|
requirements:
|
213
213
|
- - ~>
|
214
214
|
- !ruby/object:Gem::Version
|
215
|
-
version: 0.1.0.
|
215
|
+
version: 0.1.0.pre17
|
216
216
|
type: :development
|
217
217
|
prerelease: false
|
218
218
|
version_requirements: !ruby/object:Gem::Requirement
|
219
219
|
requirements:
|
220
220
|
- - ~>
|
221
221
|
- !ruby/object:Gem::Version
|
222
|
-
version: 0.1.0.
|
222
|
+
version: 0.1.0.pre17
|
223
223
|
- !ruby/object:Gem::Dependency
|
224
224
|
name: sunspot_solr
|
225
225
|
requirement: !ruby/object:Gem::Requirement
|
@@ -495,24 +495,24 @@ files:
|
|
495
495
|
- spec/dummy/solr/conf/spellings.txt
|
496
496
|
- spec/dummy/solr/conf/stopwords.txt
|
497
497
|
- spec/dummy/solr/conf/synonyms.txt
|
498
|
-
- spec/dummy/solr/data/test/index/
|
499
|
-
- spec/dummy/solr/data/test/index/
|
500
|
-
- spec/dummy/solr/data/test/index/
|
501
|
-
- spec/dummy/solr/data/test/index/
|
502
|
-
- spec/dummy/solr/data/test/index/
|
503
|
-
- spec/dummy/solr/data/test/index/
|
504
|
-
- spec/dummy/solr/data/test/index/
|
505
|
-
- spec/dummy/solr/data/test/index/
|
506
|
-
- spec/dummy/solr/data/test/index/
|
507
|
-
- spec/dummy/solr/data/test/index/
|
508
|
-
- spec/dummy/solr/data/test/index/
|
509
|
-
- spec/dummy/solr/data/test/index/
|
510
|
-
- spec/dummy/solr/data/test/index/
|
511
|
-
- spec/dummy/solr/data/test/index/
|
512
|
-
- spec/dummy/solr/data/test/index/
|
513
|
-
- spec/dummy/solr/data/test/index/
|
498
|
+
- spec/dummy/solr/data/test/index/_fc.fdt
|
499
|
+
- spec/dummy/solr/data/test/index/_fc.fdx
|
500
|
+
- spec/dummy/solr/data/test/index/_fc.fnm
|
501
|
+
- spec/dummy/solr/data/test/index/_fc.frq
|
502
|
+
- spec/dummy/solr/data/test/index/_fc.nrm
|
503
|
+
- spec/dummy/solr/data/test/index/_fc.prx
|
504
|
+
- spec/dummy/solr/data/test/index/_fc.tii
|
505
|
+
- spec/dummy/solr/data/test/index/_fc.tis
|
506
|
+
- spec/dummy/solr/data/test/index/_fd.fdt
|
507
|
+
- spec/dummy/solr/data/test/index/_fd.fdx
|
508
|
+
- spec/dummy/solr/data/test/index/_fd.fnm
|
509
|
+
- spec/dummy/solr/data/test/index/_fd.frq
|
510
|
+
- spec/dummy/solr/data/test/index/_fd.nrm
|
511
|
+
- spec/dummy/solr/data/test/index/_fd.prx
|
512
|
+
- spec/dummy/solr/data/test/index/_fd.tii
|
513
|
+
- spec/dummy/solr/data/test/index/_fd.tis
|
514
514
|
- spec/dummy/solr/data/test/index/segments.gen
|
515
|
-
- spec/dummy/solr/data/test/index/
|
515
|
+
- spec/dummy/solr/data/test/index/segments_m5
|
516
516
|
- spec/dummy/solr/data/test/spellchecker/segments.gen
|
517
517
|
- spec/dummy/solr/data/test/spellchecker/segments_1
|
518
518
|
- spec/factories/country.rb
|
@@ -729,24 +729,24 @@ test_files:
|
|
729
729
|
- spec/dummy/solr/conf/spellings.txt
|
730
730
|
- spec/dummy/solr/conf/stopwords.txt
|
731
731
|
- spec/dummy/solr/conf/synonyms.txt
|
732
|
-
- spec/dummy/solr/data/test/index/
|
733
|
-
- spec/dummy/solr/data/test/index/
|
734
|
-
- spec/dummy/solr/data/test/index/
|
735
|
-
- spec/dummy/solr/data/test/index/
|
736
|
-
- spec/dummy/solr/data/test/index/
|
737
|
-
- spec/dummy/solr/data/test/index/
|
738
|
-
- spec/dummy/solr/data/test/index/
|
739
|
-
- spec/dummy/solr/data/test/index/
|
740
|
-
- spec/dummy/solr/data/test/index/
|
741
|
-
- spec/dummy/solr/data/test/index/
|
742
|
-
- spec/dummy/solr/data/test/index/
|
743
|
-
- spec/dummy/solr/data/test/index/
|
744
|
-
- spec/dummy/solr/data/test/index/
|
745
|
-
- spec/dummy/solr/data/test/index/
|
746
|
-
- spec/dummy/solr/data/test/index/
|
747
|
-
- spec/dummy/solr/data/test/index/
|
732
|
+
- spec/dummy/solr/data/test/index/_fc.fdt
|
733
|
+
- spec/dummy/solr/data/test/index/_fc.fdx
|
734
|
+
- spec/dummy/solr/data/test/index/_fc.fnm
|
735
|
+
- spec/dummy/solr/data/test/index/_fc.frq
|
736
|
+
- spec/dummy/solr/data/test/index/_fc.nrm
|
737
|
+
- spec/dummy/solr/data/test/index/_fc.prx
|
738
|
+
- spec/dummy/solr/data/test/index/_fc.tii
|
739
|
+
- spec/dummy/solr/data/test/index/_fc.tis
|
740
|
+
- spec/dummy/solr/data/test/index/_fd.fdt
|
741
|
+
- spec/dummy/solr/data/test/index/_fd.fdx
|
742
|
+
- spec/dummy/solr/data/test/index/_fd.fnm
|
743
|
+
- spec/dummy/solr/data/test/index/_fd.frq
|
744
|
+
- spec/dummy/solr/data/test/index/_fd.nrm
|
745
|
+
- spec/dummy/solr/data/test/index/_fd.prx
|
746
|
+
- spec/dummy/solr/data/test/index/_fd.tii
|
747
|
+
- spec/dummy/solr/data/test/index/_fd.tis
|
748
748
|
- spec/dummy/solr/data/test/index/segments.gen
|
749
|
-
- spec/dummy/solr/data/test/index/
|
749
|
+
- spec/dummy/solr/data/test/index/segments_m5
|
750
750
|
- spec/dummy/solr/data/test/spellchecker/segments.gen
|
751
751
|
- spec/dummy/solr/data/test/spellchecker/segments_1
|
752
752
|
- spec/factories/country.rb
|
Binary file
|
Binary file
|