Skip to content

Commit

Permalink
remove spec from gem release
Browse files Browse the repository at this point in the history
  • Loading branch information
craigphares committed Apr 13, 2021
1 parent c0b7673 commit b926ef1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
tang (0.2.0)
tang (0.2.2)
aasm (~> 4.11)
paper_trail (~> 12.0)
rails (~> 6.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/tang/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Tang
VERSION = "0.2.1"
VERSION = "0.2.2"
end
2 changes: 0 additions & 2 deletions tang.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ Gem::Specification.new do |s|
s.license = "MIT"

s.files = Dir["{app,config,db,lib}/**/*", "LICENSE", "Rakefile", "README.md"]

s.test_files = Dir["spec/**/*"]

s.add_dependency "rails", "~> 6.0"
s.add_dependency 'stripe', '~> 5.26'
Expand Down

0 comments on commit b926ef1

Please sign in to comment.