simple_classifier 1.3.4 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/Rakefile +0 -1
  2. metadata +4 -4
data/Rakefile CHANGED
@@ -44,7 +44,6 @@ begin
44
44
  gemspec.email = "ben.orenstein@gmail.com"
45
45
  gemspec.homepage = "http://github.com/r00k/simple_classifier"
46
46
  gemspec.authors = ["Ben Orenstein", "Lucas Carlson", "David Fayram II"]
47
- gemspec.version = '1.3.4'
48
47
  end
49
48
  Jeweler::GemcutterTasks.new
50
49
  rescue LoadError
metadata CHANGED
@@ -3,10 +3,10 @@ name: simple_classifier
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
- - 1
7
- - 3
8
- - 4
9
- version: 1.3.4
6
+ - 2
7
+ - 0
8
+ - 0
9
+ version: 2.0.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ben Orenstein