alias_blocker 1.0.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.
Files changed (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +44 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: ef025e233ab4e4ac09a9da605ec365b1f54b5e71
4
+ data.tar.gz: 8f52c9f88e83c91b1c7a8d8245310699574cf4ee
5
+ SHA512:
6
+ metadata.gz: a8a4c3130bb6146f6d4689f9e50078e6b8b614cdae2161aff3f4bf543267ef60c31cf98e397586e110340d0a5f521fb3b22520ecb15e3ea0072a75726b56d875
7
+ data.tar.gz: fb8491504c979e12fc51dc0c38dd1d843c940c311786fd650c2ee9ce38ef78454227cf6f43e692083430612a09203fd0d5ebebc542212f3c1a0a77cba6ae66e0
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: alias_blocker
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Charlie Somerville
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2013-04-07 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Blocks the alias keyword and Module#alias_method, forcing programmers
14
+ to carefully consider their usage of these features.
15
+ email: charlie@charliesomerville.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files: []
20
+ homepage: https://github.com/charliesome/alias_blocker
21
+ licenses: []
22
+ metadata: {}
23
+ post_install_message:
24
+ rdoc_options: []
25
+ require_paths:
26
+ - lib
27
+ required_ruby_version: !ruby/object:Gem::Requirement
28
+ requirements:
29
+ - - '>'
30
+ - !ruby/object:Gem::Version
31
+ version: 2.0.0
32
+ required_rubygems_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - '>='
35
+ - !ruby/object:Gem::Version
36
+ version: '0'
37
+ requirements: []
38
+ rubyforge_project:
39
+ rubygems_version: 2.0.3
40
+ signing_key:
41
+ specification_version: 4
42
+ summary: Blocks alias and Module#alias_method
43
+ test_files: []
44
+ has_rdoc: