easys3 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4a1e2d235a905bd32bc7c922d753fd734912fd98d5479feaa0c734f63009f4a7
4
- data.tar.gz: 7ae9af3be235986e2c670d3dc243865d000a59f5f6b58940fed6e5885be1192d
3
+ metadata.gz: 5d2b091f0bf7a4e8de9bc8abc016093a4827d7710dba6e92e1df74f1a24d58c4
4
+ data.tar.gz: 824f76f18711cc47e0b796353671088b7298c0724b111117ef6b4ec67e11ee46
5
5
  SHA512:
6
- metadata.gz: 0e250f98d5030a512fb3be93e502f5525e3111be174e949ceaca80a00c671db914c4cb1ee36018034c9ab3fd7cb3ab997ce7b1f792967baa0559d52e4a59a77c
7
- data.tar.gz: 610f5cc8f6dc36f9b9dfc765d6e86f311d6299341c509ad0357dd09fcb5e5fac976c3ea994ed3bf90626986d82027f925601e1d9d5f6ccd04f5abc924b7af931
6
+ metadata.gz: 13e3caac93be1456ea97e42f6fa53afa3ecdbadf37739f9f38c2985fde560800f87b7bf229af99b8941a3164394ed6d6b80efacf0302d722ce95d03aa880c054
7
+ data.tar.gz: 486fb495fd0e2e079f45a5dcdb88c951f4cf9f2487d657ddefb5c9851dbba435e18bfae225aa68a9aa2ae0fee12be25accae85a70f7c1c0dc3c6836db26fb910
data/README.md CHANGED
@@ -89,12 +89,6 @@ Easys3.get(bucket_name, file_name)
89
89
  {:status=>500, :message=>#<Aws::Errors::NoSuchEndpointError: ... }
90
90
  ```
91
91
 
92
- ## Development
93
-
94
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
95
-
96
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
97
-
98
92
  ## Contributing
99
93
 
100
94
  Bug reports and pull requests are welcome on GitHub at https://github.com/chienomi/easys3. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
data/easys3.gemspec CHANGED
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
24
24
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
25
25
  spec.require_paths = ["lib"]
26
26
 
27
- spec.add_runtime_dependency "aws-sdk"
27
+ spec.add_runtime_dependency "aws-sdk-s3"
28
28
  spec.add_runtime_dependency "dotenv"
29
29
 
30
30
  spec.add_development_dependency "bundler", "~> 2.0"
@@ -1,6 +1,6 @@
1
1
  require "dotenv"
2
2
  Dotenv.overload()
3
- require "aws-sdk"
3
+ require "aws-sdk-s3"
4
4
 
5
5
  module S3Handler
6
6
  def self.get_s3_resorce(ignore_keys=false)
@@ -1,3 +1,3 @@
1
1
  module Easys3
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: easys3
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - chienomi
@@ -11,7 +11,7 @@ cert_chain: []
11
11
  date: 2019-06-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: aws-sdk
14
+ name: aws-sdk-s3
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
17
  - - ">="