rz_shoutout 0.0.2 → 0.0.3

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/rz_shoutout +7 -0
  3. data/lib/rz_shoutout.rb +3 -1
  4. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0b66d55d2829642271da809f8231030aef13a721
4
- data.tar.gz: 53a78c2ebe245664d8c3ab0ff7bcbefa6cffc10f
3
+ metadata.gz: c4caef92484f0d370469f3a9fbc5762735979ea3
4
+ data.tar.gz: a3607dcc7b4d179c748b2afd1e4bd4f5389c05b6
5
5
  SHA512:
6
- metadata.gz: 1e442402fbfaf26824822057dc490d3225b7fee889866198456f81876adfa6a0be346f70a87342fb59a3604ff7b1daf5d966a2eb684a371b0de5ebb8bef19355
7
- data.tar.gz: e1410e122571d79ef5822172f1759524f7565e5ac39249a84d8edcf78f6e52367dfb1c06b538a8ff0284e0fa9ce3a325e4e336c211d375284b2e6e3d1a86f2cc
6
+ metadata.gz: 1ea4fc397ad9bd8c2eb7e8845729d7165262805a3fa9dfe20e6bfda507a0b381cb9046d5cd6744732950d05be6b5ea4d3e6fc68ef9578d982bde24a3eeadedb6
7
+ data.tar.gz: 31b0079f898177e398a1397f26e80ac793a08304ad26d4879c578f58d258aaa3d8683f9e17de672782db1b4a5fb36ec273f72ce5366abd0e743e96ddaad0c2da
data/bin/rz_shoutout ADDED
@@ -0,0 +1,7 @@
1
+ #!/usr/bin/env ruby
2
+ $LOAD_PATH.push File.expand_path("../lib", __FILE__)
3
+
4
+ require "rz_shoutout"
5
+
6
+ RZShoutout.rz_shoutout
7
+
data/lib/rz_shoutout.rb CHANGED
@@ -16,6 +16,8 @@
16
16
  require 'xcodeproj'
17
17
  require 'optparse'
18
18
 
19
+ class RZShoutout
20
+
19
21
  def childPane( title )
20
22
  Hash["Title" => title, :File => title, "Type" => "PSChildPaneSpecifier" ]
21
23
  end
@@ -83,4 +85,4 @@ require 'optparse'
83
85
  Xcodeproj::PlistHelper.write( new_ack, options[:output_path] + "Acknowledgements.plist" )
84
86
  end
85
87
 
86
- :rz_shoutout
88
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rz_shoutout
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Slosser
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-19 00:00:00.000000000 Z
11
+ date: 2016-01-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: xcodeproj
@@ -31,6 +31,7 @@ executables: []
31
31
  extensions: []
32
32
  extra_rdoc_files: []
33
33
  files:
34
+ - bin/rz_shoutout
34
35
  - lib/rz_shoutout.rb
35
36
  homepage: http://rubygems.org/gems/rz_shoutout
36
37
  licenses: