longbow 0.6.0 → 0.6.1
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/lib/longbow/commands/shoot.rb +1 -1
- data/lib/longbow/version.rb +1 -1
- 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: 8264f7d4b5bb123a0bc4e9de8d55caac3b952910
|
|
4
|
+
data.tar.gz: 62e6d79597e2c34fd4dac6c80ca1f1570cfa611f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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
|
data/lib/longbow/version.rb
CHANGED