sooth 1.0.0 → 1.0.1

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 (8) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +31 -0
  3. data/Gemfile +1 -0
  4. data/Gemfile.lock +35 -30
  5. data/README.md +3 -4
  6. data/VERSION +1 -1
  7. data/sooth.gemspec +9 -4
  8. metadata +19 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 14ec0a489ac04361ac2f500bb12f23a0b2741589
4
- data.tar.gz: 9dbd2eea78f85a3de32848343e8c3eabfa5b4ff2
3
+ metadata.gz: 2d2c710595e79db0a3c1ee330d64be78600687b6
4
+ data.tar.gz: 9134894660e34a89b71cdec2e7f7897f19e80b3f
5
5
  SHA512:
6
- metadata.gz: a61cab7bc0327963b396fa83e523173908866e61ec959219b816a00258ac5c91c8d823a82f9bb2fc991ccecc83c1c80f199e835e577cc0ed0fffff50aa7970d4
7
- data.tar.gz: 8e8d45faa7e0d8df12a2e53cbdcbc4a36e34bc4e4c90e5bd3ffe0a405da8435b23bc85bd15b4960534671b90916dc3ec54c64166aa6cc7fe6212cd217ddcf7f2
6
+ metadata.gz: 2efda64eceefee16e6da3424b6585bf900c5fd53c2ec95bb9f8f95d272b52a32a47af9a92f47aa9cc5d3b108ca8293f795d86d4030dc53424e62a1f233c482ed
7
+ data.tar.gz: 300c8519985b02bb360ab504faa5f25e15f1816300982e8c76b201264802750cdd9684acda71a65ee9a9aa2fb7554a1cd03ef58497d726cbee8a0efb5a33ae7d
data/CHANGELOG.md ADDED
@@ -0,0 +1,31 @@
1
+ # Change Log
2
+
3
+ ## [v1.0.1](https://github.com/jasonhutchens/sooth/tree/v1.0.1) (2015-05-26)
4
+
5
+ [Full Changelog](https://github.com/jasonhutchens/sooth/compare/v1.0.0...v1.0.1)
6
+
7
+ ## [v1.0.0](https://github.com/jasonhutchens/sooth/tree/v1.0.0) (2014-12-17)
8
+
9
+ [Full Changelog](https://github.com/jasonhutchens/sooth/compare/v0.5.0...v1.0.0)
10
+
11
+ ## [v0.5.0](https://github.com/jasonhutchens/sooth/tree/v0.5.0) (2014-12-16)
12
+
13
+ [Full Changelog](https://github.com/jasonhutchens/sooth/compare/v0.4.0...v0.5.0)
14
+
15
+ ## [v0.4.0](https://github.com/jasonhutchens/sooth/tree/v0.4.0) (2014-12-16)
16
+
17
+ [Full Changelog](https://github.com/jasonhutchens/sooth/compare/v0.3.0...v0.4.0)
18
+
19
+ ## [v0.3.0](https://github.com/jasonhutchens/sooth/tree/v0.3.0) (2014-12-11)
20
+
21
+ [Full Changelog](https://github.com/jasonhutchens/sooth/compare/v0.2.0...v0.3.0)
22
+
23
+ ## [v0.2.0](https://github.com/jasonhutchens/sooth/tree/v0.2.0) (2014-12-10)
24
+
25
+ [Full Changelog](https://github.com/jasonhutchens/sooth/compare/v0.1.0...v0.2.0)
26
+
27
+ ## [v0.1.0](https://github.com/jasonhutchens/sooth/tree/v0.1.0) (2014-12-10)
28
+
29
+
30
+
31
+ \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
data/Gemfile CHANGED
@@ -9,4 +9,5 @@ group :development do
9
9
  gem 'simplecov', '~> 0.9'
10
10
  gem 'byebug', '~> 3.5'
11
11
  gem 'rake-compiler', '~> 0.9'
12
+ gem 'github_changelog_generator', '~> 1.4'
12
13
  end
data/Gemfile.lock CHANGED
@@ -1,22 +1,23 @@
1
1
  GEM
2
2
  remote: https://rubygems.org/
3
3
  specs:
4
- addressable (2.3.6)
4
+ addressable (2.3.8)
5
5
  builder (3.2.2)
6
6
  byebug (3.5.1)
7
7
  columnize (~> 0.8)
8
8
  debugger-linecache (~> 1.2)
9
9
  slop (~> 3.6)
10
+ colorize (0.7.7)
10
11
  columnize (0.9.0)
11
12
  debugger-linecache (1.2.0)
12
13
  descendants_tracker (0.0.4)
13
14
  thread_safe (~> 0.3, >= 0.3.1)
14
15
  diff-lcs (1.2.5)
15
16
  docile (1.1.5)
16
- faraday (0.9.0)
17
+ faraday (0.9.1)
17
18
  multipart-post (>= 1.2, < 3)
18
- git (1.2.8)
19
- github_api (0.12.2)
19
+ git (1.2.9.1)
20
+ github_api (0.12.3)
20
21
  addressable (~> 2.3)
21
22
  descendants_tracker (~> 0.0.4)
22
23
  faraday (~> 0.8, < 0.10)
@@ -24,8 +25,11 @@ GEM
24
25
  multi_json (>= 1.7.5, < 2.0)
25
26
  nokogiri (~> 1.6.3)
26
27
  oauth2
27
- hashie (3.3.2)
28
- highline (1.6.21)
28
+ github_changelog_generator (1.4.1)
29
+ colorize (~> 0.7)
30
+ github_api (~> 0.12)
31
+ hashie (3.4.1)
32
+ highline (1.7.2)
29
33
  jeweler (2.0.1)
30
34
  builder
31
35
  bundler (>= 1.0)
@@ -35,13 +39,13 @@ GEM
35
39
  nokogiri (>= 1.5.10)
36
40
  rake
37
41
  rdoc
38
- json (1.8.1)
39
- jwt (1.2.0)
40
- mini_portile (0.6.1)
41
- multi_json (1.10.1)
42
+ json (1.8.2)
43
+ jwt (1.5.0)
44
+ mini_portile (0.6.2)
45
+ multi_json (1.11.0)
42
46
  multi_xml (0.5.5)
43
47
  multipart-post (2.0.0)
44
- nokogiri (1.6.5)
48
+ nokogiri (1.6.6.2)
45
49
  mini_portile (~> 0.6.0)
46
50
  oauth2 (1.0.0)
47
51
  faraday (>= 0.8, < 0.10)
@@ -49,31 +53,31 @@ GEM
49
53
  multi_json (~> 1.3)
50
54
  multi_xml (~> 0.5)
51
55
  rack (~> 1.2)
52
- rack (1.5.2)
56
+ rack (1.6.1)
53
57
  rake (10.4.2)
54
- rake-compiler (0.9.3)
58
+ rake-compiler (0.9.5)
55
59
  rake
56
60
  rdoc (4.2.0)
57
- json (~> 1.4)
58
- rspec (3.1.0)
59
- rspec-core (~> 3.1.0)
60
- rspec-expectations (~> 3.1.0)
61
- rspec-mocks (~> 3.1.0)
62
- rspec-core (3.1.7)
63
- rspec-support (~> 3.1.0)
64
- rspec-expectations (3.1.2)
61
+ rspec (3.2.0)
62
+ rspec-core (~> 3.2.0)
63
+ rspec-expectations (~> 3.2.0)
64
+ rspec-mocks (~> 3.2.0)
65
+ rspec-core (3.2.3)
66
+ rspec-support (~> 3.2.0)
67
+ rspec-expectations (3.2.1)
65
68
  diff-lcs (>= 1.2.0, < 2.0)
66
- rspec-support (~> 3.1.0)
67
- rspec-mocks (3.1.3)
68
- rspec-support (~> 3.1.0)
69
- rspec-support (3.1.2)
70
- simplecov (0.9.1)
69
+ rspec-support (~> 3.2.0)
70
+ rspec-mocks (3.2.1)
71
+ diff-lcs (>= 1.2.0, < 2.0)
72
+ rspec-support (~> 3.2.0)
73
+ rspec-support (3.2.2)
74
+ simplecov (0.10.0)
71
75
  docile (~> 1.1.0)
72
- multi_json (~> 1.0)
73
- simplecov-html (~> 0.8.0)
74
- simplecov-html (0.8.0)
76
+ json (~> 1.8)
77
+ simplecov-html (~> 0.10.0)
78
+ simplecov-html (0.10.0)
75
79
  slop (3.6.0)
76
- thread_safe (0.3.4)
80
+ thread_safe (0.3.5)
77
81
  yard (0.8.7.6)
78
82
 
79
83
  PLATFORMS
@@ -82,6 +86,7 @@ PLATFORMS
82
86
  DEPENDENCIES
83
87
  bundler (~> 1.7)
84
88
  byebug (~> 3.5)
89
+ github_changelog_generator (~> 1.4)
85
90
  jeweler (~> 2.0)
86
91
  rake-compiler (~> 0.9)
87
92
  rdoc (~> 4.1)
data/README.md CHANGED
@@ -1,7 +1,6 @@
1
- [![Gratipay](https://img.shields.io/gratipay/Kranzky.svg)](https://gratipay.com/Kranzky/)
2
1
  [![Gem Version](https://badge.fury.io/rb/sooth.svg)](http://badge.fury.io/rb/sooth)
3
2
  [![Dependency Status](https://gemnasium.com/jasonhutchens/sooth.png)](https://gemnasium.com/jasonhutchens/sooth)
4
- [![Build Status](https://semaphoreapp.com/api/v1/projects/6889bf33-e547-4200-a4fb-66b339a83d82/307128/shields_badge.svg)](https://semaphoreapp.com/jasonhutchens/sooth)
3
+ [![Codeship Status for jasonhutchens/sooth](https://codeship.com/projects/24d68130-e5b3-0132-369b-0addec64e5bc/status?branch=master)](https://codeship.com/projects/82075)
5
4
 
6
5
  Sooth
7
6
  =====
@@ -12,9 +11,9 @@ Sooth is a simple stochastic predictive model. It is used by
12
11
  Getting Started
13
12
  ---------------
14
13
 
15
- Apart from the specs, look at the [API docs](http://rubydoc.info/github/jasonhutchens/sooth/master/frames) to get up to speed.
14
+ Apart from the specs, look at the [API docs](http://www.rubydoc.info/gems/sooth/) to get up to speed.
16
15
 
17
16
  Copyright
18
17
  ---------
19
18
 
20
- Copyright (c) 2014 Jason Hutchens. See UNLICENSE for further details.
19
+ Copyright (c) 2015 Jason Hutchens. See UNLICENSE for further details.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.0.1
data/sooth.gemspec CHANGED
@@ -2,24 +2,26 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: sooth 1.0.0 ruby lib
5
+ # stub: sooth 1.0.1 ruby lib
6
6
  # stub: ext/sooth_native/extconf.rb
7
7
 
8
8
  Gem::Specification.new do |s|
9
9
  s.name = "sooth"
10
- s.version = "1.0.0"
10
+ s.version = "1.0.1"
11
11
 
12
12
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
13
13
  s.require_paths = ["lib"]
14
14
  s.authors = ["Jason Hutchens"]
15
- s.date = "2014-12-17"
15
+ s.date = "2015-05-26"
16
16
  s.description = "Sooth is a simple stochastic predictive model."
17
17
  s.email = "jasonhutchens@gmail.com"
18
18
  s.extensions = ["ext/sooth_native/extconf.rb"]
19
19
  s.extra_rdoc_files = [
20
+ "CHANGELOG.md",
20
21
  "README.md"
21
22
  ]
22
23
  s.files = [
24
+ "CHANGELOG.md",
23
25
  "Gemfile",
24
26
  "Gemfile.lock",
25
27
  "README.md",
@@ -41,7 +43,7 @@ Gem::Specification.new do |s|
41
43
  s.homepage = "http://github.com/jasonhutchens/sooth"
42
44
  s.licenses = ["UNLICENSE"]
43
45
  s.required_ruby_version = Gem::Requirement.new("~> 2.1")
44
- s.rubygems_version = "2.4.4"
46
+ s.rubygems_version = "2.4.7"
45
47
  s.summary = "Sooth is a simple stochastic predictive model."
46
48
 
47
49
  if s.respond_to? :specification_version then
@@ -56,6 +58,7 @@ Gem::Specification.new do |s|
56
58
  s.add_development_dependency(%q<simplecov>, ["~> 0.9"])
57
59
  s.add_development_dependency(%q<byebug>, ["~> 3.5"])
58
60
  s.add_development_dependency(%q<rake-compiler>, ["~> 0.9"])
61
+ s.add_development_dependency(%q<github_changelog_generator>, ["~> 1.4"])
59
62
  else
60
63
  s.add_dependency(%q<rspec>, ["~> 3.1"])
61
64
  s.add_dependency(%q<yard>, ["~> 0.8"])
@@ -65,6 +68,7 @@ Gem::Specification.new do |s|
65
68
  s.add_dependency(%q<simplecov>, ["~> 0.9"])
66
69
  s.add_dependency(%q<byebug>, ["~> 3.5"])
67
70
  s.add_dependency(%q<rake-compiler>, ["~> 0.9"])
71
+ s.add_dependency(%q<github_changelog_generator>, ["~> 1.4"])
68
72
  end
69
73
  else
70
74
  s.add_dependency(%q<rspec>, ["~> 3.1"])
@@ -75,6 +79,7 @@ Gem::Specification.new do |s|
75
79
  s.add_dependency(%q<simplecov>, ["~> 0.9"])
76
80
  s.add_dependency(%q<byebug>, ["~> 3.5"])
77
81
  s.add_dependency(%q<rake-compiler>, ["~> 0.9"])
82
+ s.add_dependency(%q<github_changelog_generator>, ["~> 1.4"])
78
83
  end
79
84
  end
80
85
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sooth
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Hutchens
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-17 00:00:00.000000000 Z
11
+ date: 2015-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -122,14 +122,30 @@ dependencies:
122
122
  - - "~>"
123
123
  - !ruby/object:Gem::Version
124
124
  version: '0.9'
125
+ - !ruby/object:Gem::Dependency
126
+ name: github_changelog_generator
127
+ requirement: !ruby/object:Gem::Requirement
128
+ requirements:
129
+ - - "~>"
130
+ - !ruby/object:Gem::Version
131
+ version: '1.4'
132
+ type: :development
133
+ prerelease: false
134
+ version_requirements: !ruby/object:Gem::Requirement
135
+ requirements:
136
+ - - "~>"
137
+ - !ruby/object:Gem::Version
138
+ version: '1.4'
125
139
  description: Sooth is a simple stochastic predictive model.
126
140
  email: jasonhutchens@gmail.com
127
141
  executables: []
128
142
  extensions:
129
143
  - ext/sooth_native/extconf.rb
130
144
  extra_rdoc_files:
145
+ - CHANGELOG.md
131
146
  - README.md
132
147
  files:
148
+ - CHANGELOG.md
133
149
  - Gemfile
134
150
  - Gemfile.lock
135
151
  - README.md
@@ -167,7 +183,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
167
183
  version: '0'
168
184
  requirements: []
169
185
  rubyforge_project:
170
- rubygems_version: 2.4.4
186
+ rubygems_version: 2.4.7
171
187
  signing_key:
172
188
  specification_version: 4
173
189
  summary: Sooth is a simple stochastic predictive model.