selfiegram 0.0.12 → 0.0.13
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 +4 -4
- data/VERSION +1 -1
- data/bin/selfie +1 -1
- data/selfiegram.gemspec +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 16bccbd4ade87c3c9a3bcee1c714fe65f4a3db2d
|
|
4
|
+
data.tar.gz: 7ce27921192fbb0e71dd2a53e6a70942a266257b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bef05e3554af8043e695410fe0a7f0236fe7377563f945425a4ad930809c8734f5d6ddd70bfa936c4b898b856e5e511caada1e25a62afb27eb19f4afcd32961c
|
|
7
|
+
data.tar.gz: 3653bee05d6f000cfcec38a2a7976df4e82db70f04f9ac18c7f0a9bebcf59186d7f25e31ffb553478409313b482a1468f7c2b9ddb3f97268110166eb00e7587f
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.13
|
data/bin/selfie
CHANGED
|
@@ -29,7 +29,7 @@ OptionParser.new do |opts|
|
|
|
29
29
|
end
|
|
30
30
|
|
|
31
31
|
opts.on("-m MAGIC", "--magic", String, "Magic String (e.g. 'Bob Dole', 'The Catcher in the Rye')") do |magic|
|
|
32
|
-
options[:magic] = magic.to_s
|
|
32
|
+
options[:magic] = magic.to_s.gsub(/\"/) {}
|
|
33
33
|
end
|
|
34
34
|
|
|
35
35
|
opts.on("-a USERNAME", "--adduser", String, "Username to add. Must be coupled with --image") do |username|
|
data/selfiegram.gemspec
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: selfiegram 0.0.
|
|
5
|
+
# stub: selfiegram 0.0.13 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "selfiegram"
|
|
9
|
-
s.version = "0.0.
|
|
9
|
+
s.version = "0.0.13"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib"]
|