Skip to content

Commit

Permalink
Merge branch 'release/2.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
staturecrane committed Jul 11, 2017
2 parents fc573ff + faab1bb commit 3a800f8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Filestack-Ruby Changelog

## 2.0.0
- First release, includes uploads, transformations, conversions and tagging
- First release, includes uploads, transformations, conversions and tagging

## 2.0.1 (July 11, 2017)
- FS-1389 Fix import error when calling './lib' in client class
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
filestack (2.0.0)
filestack (2.0.1)
mimemagic (~> 0.3.2)
parallel (~> 1.11.2)
unirest (~> 1.1.2)
Expand All @@ -18,11 +18,11 @@ GEM
tins (~> 1.6)
diff-lcs (1.3)
docile (1.1.5)
json (1.8.3)
json (1.8.6)
mime-types (1.25.1)
mimemagic (0.3.2)
parallel (1.11.2)
rake (10.5.0)
rake (12.0.0)
rest-client (1.6.9)
mime-types (~> 1.16)
rspec (3.6.0)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
2.0.1
1 change: 0 additions & 1 deletion lib/filestack/models/filestack_client.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
require 'filestack/utils/multipart_upload_utils'
require 'filestack/models/filestack_transform'
require 'filestack/utils/utils'
require './lib/filestack/'

# The Filestack Client class acts as a hub for all
# Filestack actions that do not require a file handle, including
Expand Down
2 changes: 1 addition & 1 deletion lib/filestack/ruby/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Filestack
module Ruby
VERSION = '2.0.0'.freeze
VERSION = '2.0.1'.freeze
end
end

0 comments on commit 3a800f8

Please sign in to comment.