Skip to content
This repository was archived by the owner on Dec 11, 2020. It is now read-only.

Commit 589dda1

Browse files
authored
Bump 0.9.0.beta2 (#42)
* Get rid of spec files in the final gem * Version bump to 0.9.0.beta2
1 parent 8dbe91f commit 589dda1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For your API key and additional info please visit our [developer portal](https:/
2424
Add this line to your application's Gemfile:
2525

2626
```ruby
27-
gem 'wetransfer', version: '0.9.0.beta1'
27+
gem 'wetransfer', version: '0.9.0.beta2'
2828
```
2929

3030
And then execute:

lib/we_transfer_client/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module WeTransfer
2-
VERSION = '0.9.0.beta1'
2+
VERSION = '0.9.0.beta2'
33
end

wetransfer.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
2323
'public gem pushes.'
2424
end
2525

26-
spec.files = `git ls-files -z`.split("\x0")
26+
spec.files = `git ls-files -z`.split("\x0").reject { |f| f =~ /^spec/ }
2727
spec.bindir = 'exe'
2828
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
2929
spec.require_paths = ['lib']

0 commit comments

Comments
 (0)