stj 1.0.1 → 1.0.2
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/VERSION +1 -1
- data/bin/stj +6 -1
- data/stj.gemspec +2 -2
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.2
|
data/bin/stj
CHANGED
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
#!/usr/bin/env ruby
|
|
2
2
|
$: << File.expand_path(File.join(File.dirname(__FILE__), "../lib"))
|
|
3
3
|
require 'stj/meme'
|
|
4
|
-
|
|
4
|
+
|
|
5
|
+
if ARGV.empty?
|
|
6
|
+
puts "Usage: stj 'witty string about some knowledge you thought you had'"
|
|
7
|
+
else
|
|
8
|
+
STJ::Meme.new(ARGV[0]).create(Dir.pwd)
|
|
9
|
+
end
|
data/stj.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "stj"
|
|
8
|
-
s.version = "1.0.
|
|
8
|
+
s.version = "1.0.2"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Kori Roys", "Dayton Nolan"]
|
|
12
|
-
s.date = "2012-10-
|
|
12
|
+
s.date = "2012-10-22"
|
|
13
13
|
s.description = "stj is a meme generator for the \"Spoke to Joe\" meme."
|
|
14
14
|
s.email = "kori@koriroys.com"
|
|
15
15
|
s.executables = ["stj"]
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stj
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2012-10-
|
|
13
|
+
date: 2012-10-22 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: mini_magick
|
|
@@ -186,7 +186,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
186
186
|
version: '0'
|
|
187
187
|
segments:
|
|
188
188
|
- 0
|
|
189
|
-
hash: -
|
|
189
|
+
hash: -2949423077567403819
|
|
190
190
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
191
191
|
none: false
|
|
192
192
|
requirements:
|