spackle-ruby 0.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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: da95d997ac3fdc1de27078762389d267be3d9ff4a89091147eef7d8067a71fd1
4
+ data.tar.gz: 064c9007ff68c9f51003c49b31ff467595511acc876dd90cd5916ab5ea9d2c2d
5
+ SHA512:
6
+ metadata.gz: c70087975948d0a24ae44f79ade37f0f821035e1503576992ed82b71dc81733547e22d87106f38e8bed5b48265194402f8f50b0d1968b5d05f41792e7196c6a6
7
+ data.tar.gz: 1b60e61ecca69ce71662c9a95a1d6b45ef24a4fac3d5469fcf4c21ab74818a63386adfa8bd6d14564016454874d38d1f2013881859dbd55a73a725497210076f
data/Gemfile ADDED
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ source "https://rubygems.org"
4
+
5
+ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
6
+
7
+ gem 'aws-sdk', '~> 3'
8
+ gem "rake", "~> 13.0"
9
+ gem "test-unit", "~> 3.5"
10
+
11
+ gem "nokogiri", "~> 1.13"