gladwrap 1.2.4 → 1.2.5

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: c3de3f4c2cb2a04627b7170fb6f82bdddb20abca
4
- data.tar.gz: d0aa83c37480cd0c00cc0d4867a75150dce99ed2
3
+ metadata.gz: 6a2fb1f16b1d769fa09e1302f046c6c7bd4e0b78
4
+ data.tar.gz: 317a5a80aef481c55d656eb001e8ececd23a05cb
5
5
  SHA512:
6
- metadata.gz: 8a41d7950f5068c5429c0d10638bb63c1150acfdae5bec22bf587ae67376d3e4df6aed3bf21340ed3abaa55a61ff74fa2e0a3f3961224030b71ed83a79c3768e
7
- data.tar.gz: 0620b07266e623477adbef5301a59b02302061161a9b49d789e6f25b38cd5116ba033111a4b140ee752f68a50682b617054ad7ad722cc8a7bac34a9822856413
6
+ metadata.gz: e23518d1763a73dd2151eb65fbcc73eea364d6118aa7cf5cc4e24b226051af8db7ea48a5fc5164853bb443e608d2bf085bf552831eac053f95eb0c148b367af7
7
+ data.tar.gz: 254d2157c222029aef2baba319baf29f1e24b5e3c380986e4262b2ede1f707530c6035e0c854ea309933b78406e4eb5772896b16d6c36a9f1cdd9afe6078e92a
data/README.md CHANGED
@@ -1,22 +1,22 @@
1
1
  #Gladwrap
2
- Gladwrap is a cli I made that wraps your UI mockups in a device frame. Right now it only supports iphone 6 black & white, and assumes you're designing at 2x. I'll add more devices and options soon. I'm sure there are tools that do this and don't involve the command line. You should use one of those.
2
+ Gladwrap is a cli I made that wraps your UI mockups in a device frame. Right now it only supports iphone 6 black & white, and assumes you're designing at 2x. I'll add more devices and options soon. I'm sure there are tools that do this and don't involve the command line. You should use one of those.
3
3
 
4
4
  ### Quick start
5
- - Install `gem install gladwrap`.
5
+ - Install `gem install gladwrap`.
6
6
  - Move to your mockups folder `cd /path/to/your/design/mockups/`
7
7
  - Run gladwrap `gladwrap`
8
8
  - Enjoy
9
9
 
10
10
  You can speicify the device you want to use with
11
- `gladwrap -d iphone6_white`. iPhone6_black is default.
11
+ `gladwrap -d iphone6_white`. iPhone6_black is default.
12
12
 
13
- Gladwrap will create a `wraps/` folder in your mockups folder and save a new copy of each mockup, wrapped in the specified device frame.
13
+ Gladwrap will create a `gladwrap/` folder in your mockups folder and save a new copy of each mockup, wrapped in the specified device frame.
14
14
 
15
15
  ### Device list
16
16
  - iphone6_black (default)
17
- - iphone6_white
17
+ - iphone6_white
18
18
 
19
19
  ### Coming soon
20
- iPhone6 gold, iPhone6 plus, Android devices, tablets?... you tell me.
20
+ iPhone6 gold, iPhone6 plus, Android devices, tablets?... you tell me.
21
21
 
22
22
  ### Welp, see ya later.
data/gladwrap.gemspec CHANGED
@@ -8,5 +8,5 @@ Gem::Specification.new do |gem|
8
8
  gem.executables = ["gladwrap"]
9
9
  gem.require_paths = ["lib"]
10
10
  gem.name = "gladwrap"
11
- gem.version = "1.2.4"
11
+ gem.version = "1.2.5"
12
12
  end
data/lib/gladwrap.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  require "rubygems"
2
2
  require "bundler/setup"
3
3
  require "fileutils"
4
- require "rmagick"
4
+ require "RMagick"
5
5
  require "slop"
6
6
 
7
7
  class Gladwrap
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gladwrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.4
4
+ version: 1.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alan Clark
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-20 00:00:00.000000000 Z
11
+ date: 2015-12-22 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: 'Ruby cli for wrapping UI mockups in a device frame. Supports iPhone
14
14
  6 (black & white), more devices coming soon. '