rubygems-cleanroom 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 5dbe9ab4382939f223d5105264b9b579b742288d
4
+ data.tar.gz: c3871564c3b01c3e7d00ce155fefd24473bc5117
5
+ SHA512:
6
+ metadata.gz: ccbf18f25b0c5d6ca01e9c0b62c573f961c8f7c8baa6c38d4b411e14e97ed7eaf799ff4fa1af5d4a562729dd4bd4d259cc56b98f0a7cc9eabb1a43bc75d1d633
7
+ data.tar.gz: 19167fe7592f33118c49f3022d6c3638620769558eac9ca378ee7c4737bc987c11238601ca3c4997afdb9b211c44410e50de3bbb32ab5a2af0a6b1a9e186aeb0
checksums.yaml.gz.sig ADDED
Binary file
data/History.rdoc ADDED
@@ -0,0 +1,6 @@
1
+ === 1.0.0 / 2014-08-08
2
+
3
+ * 1 major enhancement
4
+
5
+ * Birthday!
6
+
data/Manifest.txt ADDED
@@ -0,0 +1,6 @@
1
+ History.rdoc
2
+ Manifest.txt
3
+ README.rdoc
4
+ Rakefile
5
+ lib/rubygems/cleanroom.rb
6
+ lib/rubygems_plugin.rb
data/README.rdoc ADDED
@@ -0,0 +1,71 @@
1
+ = rubygems-cleanroom
2
+
3
+ home :: https://github.com/seattlerb/rubygems-cleanroom
4
+ rdoc :: http://docs.seattlerb.org/rubygems-cleanroom
5
+
6
+ == DESCRIPTION:
7
+
8
+ Ever want to test something out in a clean rubygems repo? Want your
9
+ gem list to actually be empty? Me too. Now you can.
10
+
11
+ == FEATURES/PROBLEMS:
12
+
13
+ * Gets rid of system gems, giving you a clean environment to test stuff out in.
14
+ * Ships as a rubygems command-line plugin and a file you can require.
15
+
16
+ == SYNOPSIS:
17
+
18
+ $ rm -rf xxx
19
+ $ GEM_HOME=xxx GEM_PATH=xxx gem list
20
+
21
+ *** LOCAL GEMS ***
22
+
23
+ bigdecimal (1.2.0)
24
+ io-console (0.4.2)
25
+ json (1.7.7)
26
+ minitest (4.3.2)
27
+ psych (2.0.0)
28
+ rake (0.9.6)
29
+ rdoc (4.0.0)
30
+ test-unit (2.0.0.0)
31
+
32
+ $ gem install rubygems-cleanroom
33
+ ...
34
+ $ GEM_HOME=xxx GEM_PATH=xxx gem list
35
+
36
+ *** LOCAL GEMS ***
37
+
38
+ $
39
+
40
+ == REQUIREMENTS:
41
+
42
+ * rubygems
43
+
44
+ == INSTALL:
45
+
46
+ * sudo gem install rubygems-cleanroom
47
+
48
+ == LICENSE:
49
+
50
+ (The MIT License)
51
+
52
+ Copyright (c) Ryan Davis, seattle.rb
53
+
54
+ Permission is hereby granted, free of charge, to any person obtaining
55
+ a copy of this software and associated documentation files (the
56
+ 'Software'), to deal in the Software without restriction, including
57
+ without limitation the rights to use, copy, modify, merge, publish,
58
+ distribute, sublicense, and/or sell copies of the Software, and to
59
+ permit persons to whom the Software is furnished to do so, subject to
60
+ the following conditions:
61
+
62
+ The above copyright notice and this permission notice shall be
63
+ included in all copies or substantial portions of the Software.
64
+
65
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
66
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
67
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
68
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
69
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
70
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
71
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/Rakefile ADDED
@@ -0,0 +1,14 @@
1
+ # -*- ruby -*-
2
+
3
+ require "rubygems"
4
+ require "hoe"
5
+
6
+ Hoe.plugin :seattlerb
7
+ Hoe.plugin :rdoc
8
+
9
+ Hoe.spec "rubygems-cleanroom" do
10
+ developer "Ryan Davis", "ryand-ruby@zenspider.com"
11
+ license "MIT"
12
+ end
13
+
14
+ # vim: syntax=ruby
@@ -0,0 +1,11 @@
1
+ module Rubygems
2
+ class Cleanroom
3
+ VERSION = "1.0.0"
4
+ end
5
+ end
6
+
7
+ class Gem::BasicSpecification # :nodoc:
8
+ def self.default_specifications_dir # :nodoc:
9
+ ""
10
+ end
11
+ end
@@ -0,0 +1 @@
1
+ require "rubygems/cleanroom"
data.tar.gz.sig ADDED
Binary file
metadata ADDED
@@ -0,0 +1,121 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rubygems-cleanroom
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Ryan Davis
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain:
11
+ - |
12
+ -----BEGIN CERTIFICATE-----
13
+ MIIDPjCCAiagAwIBAgIBATANBgkqhkiG9w0BAQUFADBFMRMwEQYDVQQDDApyeWFu
14
+ ZC1ydWJ5MRkwFwYKCZImiZPyLGQBGRYJemVuc3BpZGVyMRMwEQYKCZImiZPyLGQB
15
+ GRYDY29tMB4XDTEzMDkxNjIzMDQxMloXDTE0MDkxNjIzMDQxMlowRTETMBEGA1UE
16
+ AwwKcnlhbmQtcnVieTEZMBcGCgmSJomT8ixkARkWCXplbnNwaWRlcjETMBEGCgmS
17
+ JomT8ixkARkWA2NvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALda
18
+ b9DCgK+627gPJkB6XfjZ1itoOQvpqH1EXScSaba9/S2VF22VYQbXU1xQXL/WzCkx
19
+ taCPaLmfYIaFcHHCSY4hYDJijRQkLxPeB3xbOfzfLoBDbjvx5JxgJxUjmGa7xhcT
20
+ oOvjtt5P8+GSK9zLzxQP0gVLS/D0FmoE44XuDr3iQkVS2ujU5zZL84mMNqNB1znh
21
+ GiadM9GHRaDiaxuX0cIUBj19T01mVE2iymf9I6bEsiayK/n6QujtyCbTWsAS9Rqt
22
+ qhtV7HJxNKuPj/JFH0D2cswvzznE/a5FOYO68g+YCuFi5L8wZuuM8zzdwjrWHqSV
23
+ gBEfoTEGr7Zii72cx+sCAwEAAaM5MDcwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAw
24
+ HQYDVR0OBBYEFEfFe9md/r/tj/Wmwpy+MI8d9k/hMA0GCSqGSIb3DQEBBQUAA4IB
25
+ AQCFZ7JTzoy1gcG4d8A6dmOJy7ygtO5MFpRIz8HuKCF5566nOvpy7aHhDDzFmQuu
26
+ FX3zDU6ghx5cQIueDhf2SGOncyBmmJRRYawm3wI0o1MeN6LZJ/3cRaOTjSFy6+S6
27
+ zqDmHBp8fVA2TGJtO0BLNkbGVrBJjh0UPmSoGzWlRhEVnYC33TpDAbNA+u39UrQI
28
+ ynwhNN7YbnmSR7+JU2cUjBFv2iPBO+TGuWC+9L2zn3NHjuc6tnmSYipA9y8Hv+As
29
+ Y4evBVezr3SjXz08vPqRO5YRdO3zfeMT8gBjRqZjWJGMZ2lD4XNfrs7eky74CyZw
30
+ xx3n58i0lQkBE1EpKE0lFu/y
31
+ -----END CERTIFICATE-----
32
+ date: 2014-08-09 00:00:00.000000000 Z
33
+ dependencies:
34
+ - !ruby/object:Gem::Dependency
35
+ name: minitest
36
+ requirement: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ~>
39
+ - !ruby/object:Gem::Version
40
+ version: '5.4'
41
+ type: :development
42
+ prerelease: false
43
+ version_requirements: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ~>
46
+ - !ruby/object:Gem::Version
47
+ version: '5.4'
48
+ - !ruby/object:Gem::Dependency
49
+ name: rdoc
50
+ requirement: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ~>
53
+ - !ruby/object:Gem::Version
54
+ version: '4.0'
55
+ type: :development
56
+ prerelease: false
57
+ version_requirements: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ~>
60
+ - !ruby/object:Gem::Version
61
+ version: '4.0'
62
+ - !ruby/object:Gem::Dependency
63
+ name: hoe
64
+ requirement: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ~>
67
+ - !ruby/object:Gem::Version
68
+ version: '3.12'
69
+ type: :development
70
+ prerelease: false
71
+ version_requirements: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ~>
74
+ - !ruby/object:Gem::Version
75
+ version: '3.12'
76
+ description: |-
77
+ Ever want to test something out in a clean rubygems repo? Want your
78
+ gem list to actually be empty? Me too. Now you can.
79
+ email:
80
+ - ryand-ruby@zenspider.com
81
+ executables: []
82
+ extensions: []
83
+ extra_rdoc_files:
84
+ - History.rdoc
85
+ - Manifest.txt
86
+ - README.rdoc
87
+ files:
88
+ - History.rdoc
89
+ - Manifest.txt
90
+ - README.rdoc
91
+ - Rakefile
92
+ - lib/rubygems/cleanroom.rb
93
+ - lib/rubygems_plugin.rb
94
+ homepage: https://github.com/seattlerb/rubygems-cleanroom
95
+ licenses:
96
+ - MIT
97
+ metadata: {}
98
+ post_install_message:
99
+ rdoc_options:
100
+ - --main
101
+ - README.rdoc
102
+ require_paths:
103
+ - lib
104
+ required_ruby_version: !ruby/object:Gem::Requirement
105
+ requirements:
106
+ - - '>='
107
+ - !ruby/object:Gem::Version
108
+ version: '0'
109
+ required_rubygems_version: !ruby/object:Gem::Requirement
110
+ requirements:
111
+ - - '>='
112
+ - !ruby/object:Gem::Version
113
+ version: '0'
114
+ requirements: []
115
+ rubyforge_project:
116
+ rubygems_version: 2.2.1
117
+ signing_key:
118
+ specification_version: 4
119
+ summary: Ever want to test something out in a clean rubygems repo? Want your gem list
120
+ to actually be empty? Me too
121
+ test_files: []
metadata.gz.sig ADDED
@@ -0,0 +1,2 @@
1
+ �"!�n�=UP4�cj�9��y���=�I��ց�6FQ�n4�uC�K A^��0�5х��u>�(�{�Ĵe\m6��FS~FΉ�qf��_�ݥq��ƍ���7����Z�_�F
2
+ �>�W�����c��h�S��.�_�_/ "9@�\>���m� =eqt!pa�b��=>;�>)�.Ԧ��<�y#N�uxꥧ�O�D�{6f��D�m/F�&\e�x�1��NK�-c��2ד���x5