longbow 0.6.0 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1f87106345d087aa1e5f706aec86e5fe1c75bc38
4
- data.tar.gz: b99f85461d9c7113eb7aa3e416e4ced2efac45c5
3
+ metadata.gz: 8264f7d4b5bb123a0bc4e9de8d55caac3b952910
4
+ data.tar.gz: 62e6d79597e2c34fd4dac6c80ca1f1570cfa611f
5
5
  SHA512:
6
- metadata.gz: aa191c29489e00e43b81baa3ef374a0f86bac9342379357ca8f43c53f45fd8fefa46382612dfc7f559f7a4e7144601cde7dfd63646bcf58fc5d745a84c55b0dd
7
- data.tar.gz: 5fda5b997d8a085245fdd701049ac1f1d07f4fbdacc8358830fa247ba2e82a29834f5840bcf3f596e529c436666885db8f36514f37a7d6c616d15e3e9034756b
6
+ metadata.gz: b15bdc15e0c683ba765a5dbc950ac2ed6662ea602cb5924f8a52c899aab7e2495b4c9dc8efc2dbb26e79053c53c0468ada4a30b104648ee830dceada6014512c
7
+ data.tar.gz: 5e70e82c9359d9c62e6b6046b270a88a85e2fe556d9ac3321e03f0aafc247d4ece97d79eac4875ab0bcbb02177d203e90400be016587140bf04db76da67883a0
@@ -13,7 +13,7 @@ command :shoot do |c|
13
13
  c.option '-n', '--name NAME', 'Target name from the corresponding longbow.json file.'
14
14
  c.option '-d', '--directory DIRECTORY', 'Path where the .xcodeproj or .xcworkspace file && the longbow.json file live.'
15
15
  c.option '-u', '--url URL', 'URL of a longbow formatted JSON file.'
16
- c.option '-i', '--images IMAGES', 'Set this flag to not recreate images in the longbow file.'
16
+ c.option '-i', '--images', 'Set this flag to not recreate images in the longbow file.'
17
17
 
18
18
  c.action do |args, options|
19
19
  # Check for newer version
@@ -2,7 +2,7 @@ $:.push File.expand_path('../', __FILE__)
2
2
  require 'colors'
3
3
 
4
4
  module Longbow
5
- VERSION = '0.6.0'
5
+ VERSION = '0.6.1'
6
6
 
7
7
  def self.check_for_newer_version
8
8
  unless Gem.latest_version_for('longbow').to_s == VERSION
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: longbow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Intermark Interactive