cartup 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d47aff758b4d526908cb0f835d1e344633db47d5
4
- data.tar.gz: fa108419cfac95213c57740038582c9337b1bd6b
3
+ metadata.gz: e837c85c6c0476a0255806a63614b77ea3d9f345
4
+ data.tar.gz: 2fc88713c41f049e76654b8e17935390ecb984de
5
5
  SHA512:
6
- metadata.gz: 303d6704577608e82b43f001033bcd3ce66ca037feafc40db0890404a0b20d1906627c01cbceafa052c066c993e8a85dbcf6e60fc0baf1124daffd8a4a429d7a
7
- data.tar.gz: 697d8ce86623bded269af6bbf484968a0f1801609d2b91d3a1cf94d985bd5858b6da3d4cfc569184e4778d7060c0a632491fb34609917e532c03a1c17bb5ea64
6
+ metadata.gz: f58c626dde2717e2ce76682ad3b026ab9c5d8a0ca1dd5a43dde0e21bc8fc7aab5dbe6c398da7d1aeb2fb070115fd6a9220a0b99d62d7a998571692ab65145db1
7
+ data.tar.gz: 75b3752c5b81d31cb1954d4ed4865bed4014e2d0a9e66c5a2000caaba150faf46698e06bb4cc8da3307a65e7e0dee2a1fbb72372a3899ec3552a7d327483d798
@@ -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 do some thing important}
13
- spec.description = %q{And after all will input some here to do}
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
 
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cartup (0.1.0)
4
+ cartup (0.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,3 +1,3 @@
1
1
  module CartBinaryUploader
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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: And after all will input some here to do
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 do some thing important
137
+ summary: This gem will get a binary upload to a private account or bucket like google
138
+ cloud
137
139
  test_files: []