Skip to content

Commit e8d0f6f

Browse files
committed
Make sure ds_store is deleted
1 parent 6ed9ac4 commit e8d0f6f

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
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

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)