extasy 1.0.final
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/.gitignore +17 -0
- data/Gemfile +4 -0
- data/LICENSE +1 -0
- data/README.md +15 -0
- data/extasy.gemspec +17 -0
- data/lib/extasy.rb +5 -0
- data/lib/extasy/version.rb +3 -0
- metadata +54 -0
data/.gitignore
ADDED
data/Gemfile
ADDED
data/LICENSE
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
None at all
|
data/README.md
ADDED
data/extasy.gemspec
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# -*- encoding: utf-8 -*-
|
|
2
|
+
require File.expand_path('../lib/extasy/version', __FILE__)
|
|
3
|
+
|
|
4
|
+
Gem::Specification.new do |gem|
|
|
5
|
+
gem.authors = ["Florian Gilcher"]
|
|
6
|
+
gem.email = ["flo@andersground.org"]
|
|
7
|
+
gem.description = %q{After crack, cocaine, cannabis, speed, the extasy gems sole purpose is keeping the Ruby community from releasing more drug-related gems.}
|
|
8
|
+
gem.summary = %q{Squats a drug name}
|
|
9
|
+
gem.homepage = ""
|
|
10
|
+
|
|
11
|
+
gem.files = `git ls-files`.split($\)
|
|
12
|
+
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
|
13
|
+
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
|
14
|
+
gem.name = "extasy"
|
|
15
|
+
gem.require_paths = ["lib"]
|
|
16
|
+
gem.version = Extasy::VERSION
|
|
17
|
+
end
|
data/lib/extasy.rb
ADDED
metadata
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: extasy
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 1.0.final
|
|
5
|
+
prerelease: 4
|
|
6
|
+
platform: ruby
|
|
7
|
+
authors:
|
|
8
|
+
- Florian Gilcher
|
|
9
|
+
autorequire:
|
|
10
|
+
bindir: bin
|
|
11
|
+
cert_chain: []
|
|
12
|
+
date: 2012-08-29 00:00:00.000000000 Z
|
|
13
|
+
dependencies: []
|
|
14
|
+
description: After crack, cocaine, cannabis, speed, the extasy gems sole purpose is
|
|
15
|
+
keeping the Ruby community from releasing more drug-related gems.
|
|
16
|
+
email:
|
|
17
|
+
- flo@andersground.org
|
|
18
|
+
executables: []
|
|
19
|
+
extensions: []
|
|
20
|
+
extra_rdoc_files: []
|
|
21
|
+
files:
|
|
22
|
+
- .gitignore
|
|
23
|
+
- Gemfile
|
|
24
|
+
- LICENSE
|
|
25
|
+
- README.md
|
|
26
|
+
- extasy.gemspec
|
|
27
|
+
- lib/extasy.rb
|
|
28
|
+
- lib/extasy/version.rb
|
|
29
|
+
homepage: ''
|
|
30
|
+
licenses: []
|
|
31
|
+
post_install_message:
|
|
32
|
+
rdoc_options: []
|
|
33
|
+
require_paths:
|
|
34
|
+
- lib
|
|
35
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
36
|
+
none: false
|
|
37
|
+
requirements:
|
|
38
|
+
- - ! '>='
|
|
39
|
+
- !ruby/object:Gem::Version
|
|
40
|
+
version: '0'
|
|
41
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
42
|
+
none: false
|
|
43
|
+
requirements:
|
|
44
|
+
- - ! '>'
|
|
45
|
+
- !ruby/object:Gem::Version
|
|
46
|
+
version: 1.3.1
|
|
47
|
+
requirements: []
|
|
48
|
+
rubyforge_project:
|
|
49
|
+
rubygems_version: 1.8.21
|
|
50
|
+
signing_key:
|
|
51
|
+
specification_version: 3
|
|
52
|
+
summary: Squats a drug name
|
|
53
|
+
test_files: []
|
|
54
|
+
has_rdoc:
|