greek_stemmer 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,21 @@
1
+ # This file was generated by the `rspec --init` command. Conventionally, all
2
+ # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
3
+ # Require this file using `require "spec_helper"` to ensure that it is only
4
+ # loaded once.
5
+ #
6
+ # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
7
+
8
+ require "greek_stemmer"
9
+ require "pry"
10
+
11
+ RSpec.configure do |config|
12
+ config.treat_symbols_as_metadata_keys_with_true_values = true
13
+ config.run_all_when_everything_filtered = true
14
+ config.filter_run :focus
15
+
16
+ # Run specs in random order to surface order dependencies. If you find an
17
+ # order dependency and want to debug it, you can fix the order by providing
18
+ # the seed, which is printed after each run.
19
+ # --seed 1234
20
+ config.order = 'random'
21
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: greek_stemmer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tasos Stathopoulos
@@ -74,7 +74,22 @@ email:
74
74
  executables: []
75
75
  extensions: []
76
76
  extra_rdoc_files: []
77
- files: []
77
+ files:
78
+ - ".gitignore"
79
+ - ".rspec"
80
+ - ".travis.yml"
81
+ - Gemfile
82
+ - LICENSE.txt
83
+ - README.md
84
+ - Rakefile
85
+ - benchmarks/stemming_sample.txt
86
+ - config/stemmer.yml
87
+ - greek_stemmer.gemspec
88
+ - lib/greek_stemmer.rb
89
+ - lib/greek_stemmer/version.rb
90
+ - spec/fixtures/examples.yml
91
+ - spec/greek_stemmer_spec.rb
92
+ - spec/spec_helper.rb
78
93
  homepage: https://github.com/skroutz/greek_stemmer
79
94
  licenses:
80
95
  - MIT
@@ -99,5 +114,8 @@ rubygems_version: 2.4.6
99
114
  signing_key:
100
115
  specification_version: 4
101
116
  summary: A simple Greek stemmer
102
- test_files: []
117
+ test_files:
118
+ - spec/fixtures/examples.yml
119
+ - spec/greek_stemmer_spec.rb
120
+ - spec/spec_helper.rb
103
121
  has_rdoc: