break_gem_install 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/bin/break_gem_install +9 -0
  3. metadata +47 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 1e897e77c24761bb4ba1ee579d25980fecd797fa
4
+ data.tar.gz: 52a4f53762d355c632ff05b37f725aa114ba5120
5
+ SHA512:
6
+ metadata.gz: 92caf93ef5f63f156ed9df003dba9eaba743f337095e078b37e1628c20132d060d6007b1c05472433efdca1139791b88a3e835cb2810bf95da961e828e2c6236
7
+ data.tar.gz: 269bba23fbc9a4b48e8ffeb79c6cb8582b9ec035797a77ef24fbd797bc9759a5747aa8b95815a3921eda263f7e2d2195fc9c5a37f0f858bbcb4ec6c612b535e4
@@ -0,0 +1,9 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ =begin
4
+ Copyright 2014 Michal Papis <mpapis@gmail.com>
5
+
6
+ See the file LICENSE for copying permission.
7
+ =end
8
+
9
+ puts "it works!"
metadata ADDED
@@ -0,0 +1,47 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: break_gem_install
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Michal Papis
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-10-16 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email:
15
+ - mpapis@gmail.com
16
+ executables:
17
+ - break_gem_install
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - bin/break_gem_install
22
+ homepage: https://github.com/mpapis/break_gem_install
23
+ licenses:
24
+ - MIT
25
+ metadata: {}
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubyforge_project:
42
+ rubygems_version: 2.4.2
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: break rubygems based on https://github.com/rubygems/rubygems/issues/1040
46
+ test_files: []
47
+ has_rdoc: