Skip to content

Commit 6ed9ac4

Browse files
authored
Merge pull request #28 from johnnypaper/update-for-1.0.1
Update patch version after yank and update Changelog
2 parents b163939 + f5ade8e commit 6ed9ac4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ruby Technical Analysis
22

3-
## 1.0.0 (Unreleased)
3+
## 1.0.2 (2024-01-24)
44

55
### Breaking Changes
66
- Previously an indicator was called on an array, e.g. `[0,1,2,3].mean`

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
ruby-technical-analysis (1.0.0)
4+
ruby-technical-analysis (1.0.2)
55

66
GEM
77
remote: https://rubygems.org/

ruby-technical-analysis.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Gem::Specification.new do |spec|
22
spec.name = "ruby-technical-analysis"
3-
spec.version = "1.0.0"
3+
spec.version = "1.0.2"
44
spec.authors = ["Brad Saterfiel"]
55
spec.email = ["[email protected]"]
6-
spec.description = "Technical analysis toolkit for stocks, commodities, and other time series written in Ruby."
7-
spec.summary = "Technical analysis toolkit for stocks, commodities, and other time series written in Ruby."
6+
spec.description = "Ruby technical analysis toolkit for stocks, commodities, and other time series."
7+
spec.summary = "Ruby technical analysis toolkit for stocks, commodities, and other time series."
88
spec.homepage = "https://github.com/johnnypaper/ruby-technical-analysis"
99
spec.license = "MIT"
1010
spec.required_ruby_version = ">= 3.0"

0 commit comments

Comments
 (0)