gemfury 0.6.0.rc1 → 0.6.0
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 +8 -8
- data/lib/gemfury/command/app.rb +1 -1
- data/lib/gemfury/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
MjRkMjg2NTYzMWVmYWVhNjliYTE5MTc4YTNjMDYyOTdjNzJhYmFkMA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NjQyZGZmZGUwZTRlMjkxMmUxODA3NTE5NDViNTM4NjAyYzMwMGExYQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MjRkNTE1ZDk2ZTlmYzVjMmFiYzdlNDFkMDkxZjdhMmFhZmJlMmJiNGE1NjRl
|
|
10
|
+
ZTU5YTVjZjhkYmI0OWUyYjk1YmMxN2U0ZmJkMjkyMjMyMDVjY2UwZWZhMmU4
|
|
11
|
+
ZjRkZDc1OWE0ZGFjNzdmMTJkNGFjMjJmZmQ5ZTRkMzAxZWI0MTY=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MGQzMzgxNGRlODk3ZDBkZjAxYWQyZDZiYjM2NzA4NjBhOTZkNTQ1NmI4NDE5
|
|
14
|
+
MDhhYmQ4MmUwYzQ1NTYzYzAyNDg5NGMxMWMwZmZkMmY3MTQ2MjY4OTAyOTFk
|
|
15
|
+
MDUyMjUxMGQ1ZGYxMjA1ZjZjYWVkZGM0N2FiNmU0OTVhZjVkNzA=
|
data/lib/gemfury/command/app.rb
CHANGED
data/lib/gemfury/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gemfury
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.0
|
|
4
|
+
version: 0.6.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Rykov
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-07-
|
|
11
|
+
date: 2015-07-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: highline
|
|
@@ -92,10 +92,10 @@ dependencies:
|
|
|
92
92
|
- - <
|
|
93
93
|
- !ruby/object:Gem::Version
|
|
94
94
|
version: 0.10.0.pre
|
|
95
|
-
description: ! '
|
|
95
|
+
description: ! 'Hosted repo for your public and private packages at https://gemfury.com
|
|
96
96
|
|
|
97
97
|
'
|
|
98
|
-
email:
|
|
98
|
+
email: hello@gemfury.com
|
|
99
99
|
executables:
|
|
100
100
|
- gemfury
|
|
101
101
|
- fury
|
|
@@ -123,7 +123,7 @@ files:
|
|
|
123
123
|
- lib/gemfury/version.rb
|
|
124
124
|
- lib/rubygems/commands/fury_command.rb
|
|
125
125
|
- lib/rubygems_plugin.rb
|
|
126
|
-
homepage:
|
|
126
|
+
homepage: https://gemfury.com
|
|
127
127
|
licenses:
|
|
128
128
|
- MIT
|
|
129
129
|
metadata: {}
|
|
@@ -142,13 +142,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
142
142
|
version: '0'
|
|
143
143
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
144
144
|
requirements:
|
|
145
|
-
- - ! '
|
|
145
|
+
- - ! '>='
|
|
146
146
|
- !ruby/object:Gem::Version
|
|
147
|
-
version:
|
|
147
|
+
version: '0'
|
|
148
148
|
requirements: []
|
|
149
149
|
rubyforge_project:
|
|
150
|
-
rubygems_version: 2.4.
|
|
150
|
+
rubygems_version: 2.4.8
|
|
151
151
|
signing_key:
|
|
152
152
|
specification_version: 4
|
|
153
|
-
summary:
|
|
153
|
+
summary: Hosted repo for your public and private packages
|
|
154
154
|
test_files: []
|