Skip to content

Commit 02ada51

Browse files
authored
Merge pull request #29 from johnnypaper/bump-to-1.0.3
Make sure ds_store is deleted
2 parents 6ed9ac4 + ae36851 commit 02ada51

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ bin
33

44
# Documentation
55
.yardoc
6-
.DS_store

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.2 (2024-01-24)
3+
## 1.0.3 (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.2)
4+
ruby-technical-analysis (1.0.3)
55

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

ruby-technical-analysis.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |spec|
22
spec.name = "ruby-technical-analysis"
3-
spec.version = "1.0.2"
3+
spec.version = "1.0.3"
44
spec.authors = ["Brad Saterfiel"]
55
spec.email = ["[email protected]"]
66
spec.description = "Ruby technical analysis toolkit for stocks, commodities, and other time series."

0 commit comments

Comments
 (0)