cartup 0.1.0 → 0.1.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 +4 -4
- data/CartBinaryUploader.gemspec +2 -2
- data/Gemfile.lock +1 -1
- data/lib/CartBinaryUploader/version.rb +1 -1
- metadata +5 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e837c85c6c0476a0255806a63614b77ea3d9f345
|
|
4
|
+
data.tar.gz: 2fc88713c41f049e76654b8e17935390ecb984de
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f58c626dde2717e2ce76682ad3b026ab9c5d8a0ca1dd5a43dde0e21bc8fc7aab5dbe6c398da7d1aeb2fb070115fd6a9220a0b99d62d7a998571692ab65145db1
|
|
7
|
+
data.tar.gz: 75b3752c5b81d31cb1954d4ed4865bed4014e2d0a9e66c5a2000caaba150faf46698e06bb4cc8da3307a65e7e0dee2a1fbb72372a3899ec3552a7d327483d798
|
data/CartBinaryUploader.gemspec
CHANGED
|
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["Douglas Mendes", "Rafael Ferreria"]
|
|
10
10
|
spec.email = ["mendes-barreto@live.com", "rafael.yami@hotmail.com"]
|
|
11
11
|
|
|
12
|
-
spec.summary = %q{This gem will
|
|
13
|
-
spec.description = %q{
|
|
12
|
+
spec.summary = %q{ This gem will get a binary upload to a private account or bucket like google cloud }
|
|
13
|
+
spec.description = %q{ Thanks for my friend Rafael Ferreira help to start this project and make it possible }
|
|
14
14
|
spec.homepage = "https://github.com/mendesbarreto/cartup.git"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
data/Gemfile.lock
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cartup
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Douglas Mendes
|
|
@@ -81,7 +81,8 @@ dependencies:
|
|
|
81
81
|
- - "~>"
|
|
82
82
|
- !ruby/object:Gem::Version
|
|
83
83
|
version: '2.1'
|
|
84
|
-
description:
|
|
84
|
+
description: " Thanks for my friend Rafael Ferreira help to start this project and
|
|
85
|
+
make it possible "
|
|
85
86
|
email:
|
|
86
87
|
- mendes-barreto@live.com
|
|
87
88
|
- rafael.yami@hotmail.com
|
|
@@ -133,5 +134,6 @@ rubyforge_project:
|
|
|
133
134
|
rubygems_version: 2.6.8
|
|
134
135
|
signing_key:
|
|
135
136
|
specification_version: 4
|
|
136
|
-
summary: This gem will
|
|
137
|
+
summary: This gem will get a binary upload to a private account or bucket like google
|
|
138
|
+
cloud
|
|
137
139
|
test_files: []
|