lolcat 42.0.99 → 42.1.44

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: 9136bb53399ef3cacf816a4193e4ea35d1c2afb7
4
+ data.tar.gz: 3ddeb3c55538f49dcd2bcdd9ed9fc05b1bae78b1
5
+ SHA512:
6
+ metadata.gz: f8999df16622fbf9150eb68bc28ceebeee30fa7ef881c5791060c0db8ad201a906a7f34a8f456336a3b70401dc76e64d2ec6c918af9d581057c5cc0644ae2a48
7
+ data.tar.gz: 1d798d368153c04afd0fd56c53d549306e85ed2298401541f9f7fcaf927bceaee2537824449157ac87a0f50c5264dc8cce3b15b21a4750c054fdb3deeb23101c
data/LICENSE CHANGED
@@ -1,14 +1,25 @@
1
- DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
2
- Version 2, December 2004
1
+ Copyright (c) 2016, moe@busyloop.net
2
+ All rights reserved.
3
3
 
4
- Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
4
+ Redistribution and use in source and binary forms, with or without
5
+ modification, are permitted provided that the following conditions are met:
6
+ * Redistributions of source code must retain the above copyright
7
+ notice, this list of conditions and the following disclaimer.
8
+ * Redistributions in binary form must reproduce the above copyright
9
+ notice, this list of conditions and the following disclaimer in the
10
+ documentation and/or other materials provided with the distribution.
11
+ * Neither the name of the lolcat nor the
12
+ names of its contributors may be used to endorse or promote products
13
+ derived from this software without specific prior written permission.
5
14
 
6
- Everyone is permitted to copy and distribute verbatim or modified
7
- copies of this license document, and changing it is allowed as long
8
- as the name is changed.
9
-
10
- DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
11
- TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
12
-
13
- 0. You just DO WHAT THE FUCK YOU WANT TO.
15
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
16
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
17
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
18
+ DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
19
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
20
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
21
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
22
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
24
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
14
25
 
data/README.md CHANGED
@@ -8,5 +8,6 @@
8
8
 
9
9
  ## Installation
10
10
 
11
- `gem install lolcat`
12
-
11
+ ```bash
12
+ $ gem install lolcat
13
+ ```
data/bin/lolcat CHANGED
@@ -1,22 +1,29 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
+ # Copyright (c) 2016, moe@busyloop.net
4
+ # All rights reserved.
3
5
  #
4
- # lolcat (c)2011 moe@busyloop.net
6
+ # Redistribution and use in source and binary forms, with or without
7
+ # modification, are permitted provided that the following conditions are met:
8
+ # * Redistributions of source code must retain the above copyright
9
+ # notice, this list of conditions and the following disclaimer.
10
+ # * Redistributions in binary form must reproduce the above copyright
11
+ # notice, this list of conditions and the following disclaimer in the
12
+ # documentation and/or other materials provided with the distribution.
13
+ # * Neither the name of the lolcat nor the
14
+ # names of its contributors may be used to endorse or promote products
15
+ # derived from this software without specific prior written permission.
5
16
  #
6
-
7
- # DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
8
- # Version 2, December 2004
9
- #
10
- # Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
11
- #
12
- # Everyone is permitted to copy and distribute verbatim or modified
13
- # copies of this license document, and changing it is allowed as long
14
- # as the name is changed.
15
- #
16
- # DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
17
- # TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
18
- #
19
- # 0. You just DO WHAT THE FUCK YOU WANT TO.
17
+ # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
18
+ # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19
+ # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
20
+ # DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
21
+ # DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
22
+ # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
23
+ # LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
24
+ # ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25
+ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
26
+ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
20
27
 
21
28
  require "rubygems"
22
29
  require "lolcat/version"
data/lib/lolcat/cat.rb CHANGED
@@ -1,20 +1,27 @@
1
+ # Copyright (c) 2016, moe@busyloop.net
2
+ # All rights reserved.
1
3
  #
2
- # lolcat (c)2011 moe@busyloop.net
4
+ # Redistribution and use in source and binary forms, with or without
5
+ # modification, are permitted provided that the following conditions are met:
6
+ # * Redistributions of source code must retain the above copyright
7
+ # notice, this list of conditions and the following disclaimer.
8
+ # * Redistributions in binary form must reproduce the above copyright
9
+ # notice, this list of conditions and the following disclaimer in the
10
+ # documentation and/or other materials provided with the distribution.
11
+ # * Neither the name of the lolcat nor the
12
+ # names of its contributors may be used to endorse or promote products
13
+ # derived from this software without specific prior written permission.
3
14
  #
4
-
5
- # DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
6
- # Version 2, December 2004
7
- #
8
- # Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
9
- #
10
- # Everyone is permitted to copy and distribute verbatim or modified
11
- # copies of this license document, and changing it is allowed as long
12
- # as the name is changed.
13
- #
14
- # DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
15
- # TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
16
- #
17
- # 0. You just DO WHAT THE FUCK YOU WANT TO.
15
+ # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
16
+ # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
17
+ # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
18
+ # DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
19
+ # DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
20
+ # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
21
+ # LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
22
+ # ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23
+ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
24
+ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
18
25
 
19
26
  require "lolcat/version"
20
27
  require "lolcat/lol"
@@ -23,30 +30,6 @@ require 'stringio'
23
30
  require 'trollop'
24
31
 
25
32
  module Lol
26
- def self.halp!(text, opts={})
27
- opts = {
28
- :animate => false,
29
- :duration => 12,
30
- :os => 0,
31
- :speed => 20,
32
- :spread => 8.0,
33
- :freq => 0.3
34
- }.merge opts
35
-
36
- begin
37
- i = 20
38
- o = rand(256)
39
- text.split("\n").each do |line|
40
- i -= 1
41
- opts[:os] = o+i
42
- Lol.println line, opts
43
- end
44
- puts "\n"
45
- rescue Interrupt
46
- end
47
- exit 1
48
- end
49
-
50
33
  def self.cat!
51
34
  p = Trollop::Parser.new do
52
35
  version "lolcat #{Lolcat::VERSION} (c)2011 moe@busyloop.net"
@@ -75,8 +58,8 @@ Examples:
75
58
  lolcat Copy standard input to standard output.
76
59
  fortune | lolcat Display a rainbow cookie.
77
60
 
78
- Report lolcat bugs to <http://www.github.org/busyloop/lolcat/issues>
79
- lolcat home page: <http://www.github.org/busyloop/lolcat/>
61
+ Report lolcat bugs to <https://github.com/busyloop/lolcat/issues>
62
+ lolcat home page: <https://github.com/busyloop/lolcat/>
80
63
  Report lolcat translation bugs to <http://speaklolcat.com/>
81
64
 
82
65
  FOOTER
@@ -89,15 +72,25 @@ FOOTER
89
72
  buf = StringIO.new
90
73
  p.educate buf
91
74
  buf.rewind
92
- halp! buf.read, {}
75
+ opts = {
76
+ :animate => false,
77
+ :duration => 12,
78
+ :os => rand(256),
79
+ :speed => 20,
80
+ :spread => 8.0,
81
+ :freq => 0.3
82
+ }
83
+ Lol.cat buf.read.split("\n"), opts
84
+ puts
93
85
  buf.close
86
+ exit 1
94
87
  end
95
88
  o
96
89
  end
97
90
 
98
- p.die :spread, "must be > 0" if opts[:spread] < 0.1
99
- p.die :duration, "must be > 0" if opts[:duration] < 0.1
100
- p.die :speed, "must be > 0.1" if opts[:speed] < 0.1
91
+ p.die :spread, "must be >= 0.1" if opts[:spread] < 0.1
92
+ p.die :duration, "must be >= 0.1" if opts[:duration] < 0.1
93
+ p.die :speed, "must be >= 0.1" if opts[:speed] < 0.1
101
94
 
102
95
  opts[:os] = opts[:seed]
103
96
  opts[:os] = rand(256) if opts[:os] == 0
data/lib/lolcat/lol.rb CHANGED
@@ -1,26 +1,33 @@
1
+ # Copyright (c) 2016, moe@busyloop.net
2
+ # All rights reserved.
1
3
  #
2
- # lolcat (c)2011 moe@busyloop.net
4
+ # Redistribution and use in source and binary forms, with or without
5
+ # modification, are permitted provided that the following conditions are met:
6
+ # * Redistributions of source code must retain the above copyright
7
+ # notice, this list of conditions and the following disclaimer.
8
+ # * Redistributions in binary form must reproduce the above copyright
9
+ # notice, this list of conditions and the following disclaimer in the
10
+ # documentation and/or other materials provided with the distribution.
11
+ # * Neither the name of the lolcat nor the
12
+ # names of its contributors may be used to endorse or promote products
13
+ # derived from this software without specific prior written permission.
3
14
  #
4
-
5
- # DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
6
- # Version 2, December 2004
7
- #
8
- # Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
9
- #
10
- # Everyone is permitted to copy and distribute verbatim or modified
11
- # copies of this license document, and changing it is allowed as long
12
- # as the name is changed.
13
- #
14
- # DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
15
- # TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
16
- #
17
- # 0. You just DO WHAT THE FUCK YOU WANT TO.
15
+ # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
16
+ # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
17
+ # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
18
+ # DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
19
+ # DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
20
+ # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
21
+ # LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
22
+ # ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23
+ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
24
+ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
18
25
 
19
26
  require "lolcat/version"
20
27
  require 'paint'
21
28
 
22
29
  module Lol
23
- STRIP_ANSI = Regexp.compile '\e\[(\d+)(;\d+)?(;\d+)?[m|K]', nil
30
+ STRIP_ANSI = Regexp.compile '\e\[[\d;]*[m|K]', nil
24
31
 
25
32
  def self.rainbow(freq, i)
26
33
  red = Math.sin(freq*i + 0) * 127 + 128
@@ -43,6 +50,7 @@ module Lol
43
50
  opts.merge!(defaults)
44
51
  str.chomp!
45
52
  str.gsub! STRIP_ANSI, '' if !str.nil? and ($stdout.tty? or opts[:force])
53
+ str.gsub! "\t", " "
46
54
  opts[:animate] ? println_ani(str, opts) : println_plain(str, opts)
47
55
  puts
48
56
  end
@@ -1,3 +1,3 @@
1
1
  module Lolcat
2
- VERSION = "42.0.99"
2
+ VERSION = "42.1.44"
3
3
  end
data/lib/lolcat.rb CHANGED
@@ -1,20 +1,27 @@
1
+ # Copyright (c) 2016, moe@busyloop.net
2
+ # All rights reserved.
1
3
  #
2
- # lolcat (c)2011 moe@busyloop.net
4
+ # Redistribution and use in source and binary forms, with or without
5
+ # modification, are permitted provided that the following conditions are met:
6
+ # * Redistributions of source code must retain the above copyright
7
+ # notice, this list of conditions and the following disclaimer.
8
+ # * Redistributions in binary form must reproduce the above copyright
9
+ # notice, this list of conditions and the following disclaimer in the
10
+ # documentation and/or other materials provided with the distribution.
11
+ # * Neither the name of the lolcat nor the
12
+ # names of its contributors may be used to endorse or promote products
13
+ # derived from this software without specific prior written permission.
3
14
  #
4
-
5
- # DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
6
- # Version 2, December 2004
7
- #
8
- # Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
9
- #
10
- # Everyone is permitted to copy and distribute verbatim or modified
11
- # copies of this license document, and changing it is allowed as long
12
- # as the name is changed.
13
- #
14
- # DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
15
- # TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
16
- #
17
- # 0. You just DO WHAT THE FUCK YOU WANT TO.
15
+ # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
16
+ # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
17
+ # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
18
+ # DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
19
+ # DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
20
+ # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
21
+ # LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
22
+ # ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23
+ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
24
+ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
18
25
 
19
26
  require "lolcat/version"
20
27
  require "lolcat/lol"
data/lolcat.gemspec CHANGED
@@ -11,9 +11,9 @@ Gem::Specification.new do |s|
11
11
  s.description = %q{Rainbows and unicorns!}
12
12
  s.summary = %q{Okay, no unicorns. But rainbows!!}
13
13
 
14
- #s.rubyforge_project = "lolcat"
15
- s.add_dependency "paint", "~> 0.8.3"
16
- s.add_dependency "trollop", "~> 1.16.2"
14
+ s.add_development_dependency "rake"
15
+ s.add_dependency "paint", "~> 1.0.0"
16
+ s.add_dependency "trollop", "~> 2.1.2"
17
17
 
18
18
  s.files = `git ls-files`.split("\n")
19
19
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
metadata CHANGED
@@ -1,63 +1,66 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: lolcat
3
- version: !ruby/object:Gem::Version
4
- prerelease: false
5
- segments:
6
- - 42
7
- - 0
8
- - 99
9
- version: 42.0.99
3
+ version: !ruby/object:Gem::Version
4
+ version: 42.1.44
10
5
  platform: ruby
11
- authors:
6
+ authors:
12
7
  - Moe
13
8
  autorequire:
14
9
  bindir: bin
15
10
  cert_chain: []
16
-
17
- date: 2011-08-11 00:00:00 +02:00
18
- default_executable:
19
- dependencies:
20
- - !ruby/object:Gem::Dependency
21
- name: paint
11
+ date: 2016-11-10 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rake
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :development
22
21
  prerelease: false
23
- requirement: &id001 !ruby/object:Gem::Requirement
24
- none: false
25
- requirements:
26
- - - ~>
27
- - !ruby/object:Gem::Version
28
- segments:
29
- - 0
30
- - 8
31
- - 3
32
- version: 0.8.3
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: paint
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: 1.0.0
33
34
  type: :runtime
34
- version_requirements: *id001
35
- - !ruby/object:Gem::Dependency
36
- name: trollop
37
35
  prerelease: false
38
- requirement: &id002 !ruby/object:Gem::Requirement
39
- none: false
40
- requirements:
41
- - - ~>
42
- - !ruby/object:Gem::Version
43
- segments:
44
- - 1
45
- - 16
46
- - 2
47
- version: 1.16.2
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: 1.0.0
41
+ - !ruby/object:Gem::Dependency
42
+ name: trollop
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: 2.1.2
48
48
  type: :runtime
49
- version_requirements: *id002
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: 2.1.2
50
55
  description: Rainbows and unicorns!
51
- email:
56
+ email:
52
57
  - moe@busyloop.net
53
- executables:
58
+ executables:
54
59
  - lolcat
55
60
  extensions: []
56
-
57
61
  extra_rdoc_files: []
58
-
59
- files:
60
- - .gitignore
62
+ files:
63
+ - ".gitignore"
61
64
  - Gemfile
62
65
  - LICENSE
63
66
  - README.md
@@ -69,37 +72,27 @@ files:
69
72
  - lib/lolcat/lol.rb
70
73
  - lib/lolcat/version.rb
71
74
  - lolcat.gemspec
72
- has_rdoc: true
73
75
  homepage: https://github.com/busyloop/lolcat
74
76
  licenses: []
75
-
77
+ metadata: {}
76
78
  post_install_message:
77
79
  rdoc_options: []
78
-
79
- require_paths:
80
+ require_paths:
80
81
  - lib
81
- required_ruby_version: !ruby/object:Gem::Requirement
82
- none: false
83
- requirements:
82
+ required_ruby_version: !ruby/object:Gem::Requirement
83
+ requirements:
84
84
  - - ">="
85
- - !ruby/object:Gem::Version
86
- segments:
87
- - 0
88
- version: "0"
89
- required_rubygems_version: !ruby/object:Gem::Requirement
90
- none: false
91
- requirements:
85
+ - !ruby/object:Gem::Version
86
+ version: '0'
87
+ required_rubygems_version: !ruby/object:Gem::Requirement
88
+ requirements:
92
89
  - - ">="
93
- - !ruby/object:Gem::Version
94
- segments:
95
- - 0
96
- version: "0"
90
+ - !ruby/object:Gem::Version
91
+ version: '0'
97
92
  requirements: []
98
-
99
93
  rubyforge_project:
100
- rubygems_version: 1.3.7
94
+ rubygems_version: 2.5.1
101
95
  signing_key:
102
- specification_version: 3
96
+ specification_version: 4
103
97
  summary: Okay, no unicorns. But rainbows!!
104
98
  test_files: []
105
-