frameit 2.6.0 → 2.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/README.md +2 -2
- data/lib/frameit/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 32952cb239015de93e58ac8009c60a89f1bbd258
|
|
4
|
+
data.tar.gz: 0e0acf5884ca2258e2aabd59c29e6a0bdc6d7b78
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aa7abbdf75902a1eae255281cf539c8206eb537a73cc2a738abeb7bfcb10686f45387e59981d3a2768b9cddaaee98ea03820197b47ad9d473c5fd853e67e2b5f
|
|
7
|
+
data.tar.gz: 3520a641590f43d6824482fa9388bec5017d2b1c0994bf5a309bbf5f8d4462dd0faf5a680d5830eb6b0583d32a1892c8adfd5402e214ad80ac0078ce75bb5e06
|
data/README.md
CHANGED
|
@@ -49,7 +49,7 @@ Get in contact with the developer on Twitter: [@FastlaneTools](https://twitter.c
|
|
|
49
49
|
</p>
|
|
50
50
|
|
|
51
51
|
-------
|
|
52
|
-
<h5 align="center"><code>frameit</code> is part of <a href="https://fastlane.tools">fastlane</a>:
|
|
52
|
+
<h5 align="center"><code>frameit</code> is part of <a href="https://fastlane.tools">fastlane</a>: The easiest way to automate building and releasing your iOS and Android apps.</h5>
|
|
53
53
|
|
|
54
54
|
|
|
55
55
|
|
|
@@ -230,7 +230,7 @@ Check out the [MindNode example project](https://github.com/fastlane/examples/tr
|
|
|
230
230
|
|
|
231
231
|
## [`fastlane`](https://fastlane.tools) Toolchain
|
|
232
232
|
|
|
233
|
-
- [`fastlane`](https://fastlane.tools):
|
|
233
|
+
- [`fastlane`](https://fastlane.tools): The easiest way to automate building and releasing your iOS and Android apps
|
|
234
234
|
- [`deliver`](https://github.com/fastlane/fastlane/tree/master/deliver): Upload screenshots, metadata and your app to the App Store
|
|
235
235
|
- [`snapshot`](https://github.com/fastlane/fastlane/tree/master/snapshot): Automate taking localized screenshots of your iOS app on every device
|
|
236
236
|
- [`pem`](https://github.com/fastlane/fastlane/tree/master/pem): Automatically generate and renew your push notification profiles
|
data/lib/frameit/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: frameit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.6.
|
|
4
|
+
version: 2.6.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Felix Krause
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-05-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: fastlane_core
|
|
@@ -50,14 +50,14 @@ dependencies:
|
|
|
50
50
|
requirements:
|
|
51
51
|
- - "~>"
|
|
52
52
|
- !ruby/object:Gem::Version
|
|
53
|
-
version: 4.
|
|
53
|
+
version: 4.5.1
|
|
54
54
|
type: :runtime
|
|
55
55
|
prerelease: false
|
|
56
56
|
version_requirements: !ruby/object:Gem::Requirement
|
|
57
57
|
requirements:
|
|
58
58
|
- - "~>"
|
|
59
59
|
- !ruby/object:Gem::Version
|
|
60
|
-
version: 4.
|
|
60
|
+
version: 4.5.1
|
|
61
61
|
- !ruby/object:Gem::Dependency
|
|
62
62
|
name: deliver
|
|
63
63
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -258,7 +258,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
258
258
|
version: '0'
|
|
259
259
|
requirements: []
|
|
260
260
|
rubyforge_project:
|
|
261
|
-
rubygems_version: 2.
|
|
261
|
+
rubygems_version: 2.4.8
|
|
262
262
|
signing_key:
|
|
263
263
|
specification_version: 4
|
|
264
264
|
summary: Quickly put your screenshots into the right device frames
|