fury 0.0.2 → 0.0.5
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.
- data/README.md +1 -0
- metadata +38 -26
- data/README +0 -1
data/README.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Renamed to [Gemfury](http://www.github.com/gemfury/gemfury)
|
metadata
CHANGED
|
@@ -1,29 +1,36 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fury
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
+
hash: 21
|
|
4
5
|
prerelease:
|
|
5
|
-
|
|
6
|
+
segments:
|
|
7
|
+
- 0
|
|
8
|
+
- 0
|
|
9
|
+
- 5
|
|
10
|
+
version: 0.0.5
|
|
6
11
|
platform: ruby
|
|
7
12
|
authors:
|
|
8
|
-
|
|
13
|
+
- Michael Rykov
|
|
9
14
|
autorequire:
|
|
10
15
|
bindir: bin
|
|
11
16
|
cert_chain: []
|
|
12
17
|
|
|
13
|
-
date: 2011-
|
|
14
|
-
default_executable:
|
|
18
|
+
date: 2011-08-28 00:00:00 Z
|
|
15
19
|
dependencies:
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
20
|
+
- !ruby/object:Gem::Dependency
|
|
21
|
+
name: gemfury
|
|
22
|
+
prerelease: false
|
|
23
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
24
|
+
none: false
|
|
25
|
+
requirements:
|
|
26
|
+
- - ">="
|
|
27
|
+
- !ruby/object:Gem::Version
|
|
28
|
+
hash: 3
|
|
29
|
+
segments:
|
|
30
|
+
- 0
|
|
31
|
+
version: "0"
|
|
32
|
+
type: :runtime
|
|
33
|
+
version_requirements: *id001
|
|
27
34
|
description: |
|
|
28
35
|
See gemfury.com
|
|
29
36
|
|
|
@@ -35,32 +42,37 @@ extensions: []
|
|
|
35
42
|
extra_rdoc_files: []
|
|
36
43
|
|
|
37
44
|
files:
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
homepage: http://gemfury.com
|
|
45
|
+
- README.md
|
|
46
|
+
homepage: http://www.gemfury.com
|
|
41
47
|
licenses: []
|
|
42
48
|
|
|
43
49
|
post_install_message:
|
|
44
50
|
rdoc_options: []
|
|
45
51
|
|
|
46
52
|
require_paths:
|
|
47
|
-
|
|
53
|
+
- lib
|
|
48
54
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
49
55
|
none: false
|
|
50
56
|
requirements:
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
57
|
+
- - ">="
|
|
58
|
+
- !ruby/object:Gem::Version
|
|
59
|
+
hash: 3
|
|
60
|
+
segments:
|
|
61
|
+
- 0
|
|
62
|
+
version: "0"
|
|
54
63
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
55
64
|
none: false
|
|
56
65
|
requirements:
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
66
|
+
- - ">="
|
|
67
|
+
- !ruby/object:Gem::Version
|
|
68
|
+
hash: 3
|
|
69
|
+
segments:
|
|
70
|
+
- 0
|
|
71
|
+
version: "0"
|
|
60
72
|
requirements: []
|
|
61
73
|
|
|
62
74
|
rubyforge_project:
|
|
63
|
-
rubygems_version: 1.
|
|
75
|
+
rubygems_version: 1.8.10
|
|
64
76
|
signing_key:
|
|
65
77
|
specification_version: 3
|
|
66
78
|
summary: See gemfury gem
|
data/README
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Placeholder - real gem coming soon
|