discotech 0.0.3 → 0.0.4

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.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 4114501851cb72441353e815cb870b0d30f1c2cd
4
+ data.tar.gz: 8265d2719ace01fee82ef501b5cbb19089ea50d1
5
+ SHA512:
6
+ metadata.gz: 7137b2195a946cd755fdc8c718135c329ba1cf5e8ce61ceb0d4b541d0fc20f8fd9e22074ce9d6108377aaefb9b450b9a7544f49bd0d5e1931f2f9ddd1359df25
7
+ data.tar.gz: b54dfdb1ff25795c8dac2863e6cbe12e3f1fbec32c29e7c9776157907f717b2ef4cee46974eaacbb16bdaf5976669f60379a81984fc2f3841c7df309bbb12477
data/LICENSE ADDED
@@ -0,0 +1,15 @@
1
+
2
+ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
3
+ Version 2, December 2004
4
+
5
+ Copyright (C) 2013 Johannes Gorset <jgorset@gmail.com>
6
+
7
+ Everyone is permitted to copy and distribute verbatim or modified
8
+ copies of this license document, and changing it is allowed as long
9
+ as the name is changed.
10
+
11
+ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
12
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
13
+
14
+ 0. You just DO WHAT THE FUCK YOU WANT TO.
15
+
data/README.md CHANGED
@@ -1 +1,6 @@
1
1
  ![Discotech](https://github.com/jgorset/discotech/raw/master/docs/images/example.png)
2
+
3
+ ## I love you
4
+
5
+ Johannes Gorset made this. You should [tweet me](http://twitter.com/jgorset) if you can't get
6
+ it to work. In fact, you should tweet me anyway.
data/bin/discotech CHANGED
@@ -11,7 +11,7 @@ decorations = [
11
11
  :bold
12
12
  ]
13
13
 
14
- ARGF.chars.each do |char|
14
+ ARGF.each_char do |char|
15
15
  char = Discotech.send decorations.sample, char
16
16
  char = Discotech.send colors.sample, char
17
17
 
data/discotech.gemspec CHANGED
@@ -8,8 +8,9 @@ Gem::Specification.new do |s|
8
8
  s.authors = ["Johannes Gorset"]
9
9
  s.email = ["jgorset@gmail.com"]
10
10
  s.homepage = "http://github.com/jgorset/discotech"
11
- s.summary = "Party time!"
12
- s.description = "Party time!"
11
+ s.summary = "Disco time!"
12
+ s.description = "Disco time!"
13
+ s.license = "WTFPL"
13
14
 
14
15
  s.rubyforge_project = "discotech"
15
16
 
@@ -1,3 +1,3 @@
1
1
  module Discotech
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,36 +1,26 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: discotech
3
- version: !ruby/object:Gem::Version
4
- hash: 25
5
- prerelease:
6
- segments:
7
- - 0
8
- - 0
9
- - 3
10
- version: 0.0.3
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.4
11
5
  platform: ruby
12
- authors:
6
+ authors:
13
7
  - Johannes Gorset
14
8
  autorequire:
15
9
  bindir: bin
16
10
  cert_chain: []
17
-
18
- date: 2012-02-23 00:00:00 +01:00
19
- default_executable:
11
+ date: 2013-05-08 00:00:00.000000000 Z
20
12
  dependencies: []
21
-
22
- description: Party time!
23
- email:
13
+ description: Disco time!
14
+ email:
24
15
  - jgorset@gmail.com
25
- executables:
16
+ executables:
26
17
  - discotech
27
18
  extensions: []
28
-
29
19
  extra_rdoc_files: []
30
-
31
- files:
20
+ files:
32
21
  - .gitignore
33
22
  - Gemfile
23
+ - LICENSE
34
24
  - README.md
35
25
  - Rakefile
36
26
  - bin/discotech
@@ -39,39 +29,28 @@ files:
39
29
  - lib/discotech.rb
40
30
  - lib/discotech/extensions/array.rb
41
31
  - lib/discotech/version.rb
42
- has_rdoc: true
43
32
  homepage: http://github.com/jgorset/discotech
44
- licenses: []
45
-
33
+ licenses:
34
+ - WTFPL
35
+ metadata: {}
46
36
  post_install_message:
47
37
  rdoc_options: []
48
-
49
- require_paths:
38
+ require_paths:
50
39
  - lib
51
- required_ruby_version: !ruby/object:Gem::Requirement
52
- none: false
53
- requirements:
54
- - - ">="
55
- - !ruby/object:Gem::Version
56
- hash: 3
57
- segments:
58
- - 0
59
- version: "0"
60
- required_rubygems_version: !ruby/object:Gem::Requirement
61
- none: false
62
- requirements:
63
- - - ">="
64
- - !ruby/object:Gem::Version
65
- hash: 3
66
- segments:
67
- - 0
68
- version: "0"
40
+ required_ruby_version: !ruby/object:Gem::Requirement
41
+ requirements:
42
+ - - '>='
43
+ - !ruby/object:Gem::Version
44
+ version: '0'
45
+ required_rubygems_version: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - '>='
48
+ - !ruby/object:Gem::Version
49
+ version: '0'
69
50
  requirements: []
70
-
71
51
  rubyforge_project: discotech
72
- rubygems_version: 1.6.2
52
+ rubygems_version: 2.0.0
73
53
  signing_key:
74
- specification_version: 3
75
- summary: Party time!
54
+ specification_version: 4
55
+ summary: Disco time!
76
56
  test_files: []
77
-