rswift 0.1.3 → 0.1.4

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: 7fec1897f9edc1b14192e6e790672217b54c3163
4
- data.tar.gz: 04ed66fdf5b8ff28501337b8d5f906323627d2ea
3
+ metadata.gz: 1c5e435940f2c2bb4c5ca2f9f2011df628952fc1
4
+ data.tar.gz: 0b4d0edc3ffa61cee1ed104147c09dd7ba8d2fae
5
5
  SHA512:
6
- metadata.gz: eb971dec68a01d533f7e44231e0f6d1c813dd0022db52ec91a8bdcc874f0e79e9a6faf1c3fb8fa2437e77e24fb40c54b1c1e4ef636008d13dcd57d985ee1b84e
7
- data.tar.gz: 7b7ccff09dcb9e6f4998444e34e9f3a31545ea9865707a5c4859710fce45a61cbeae5e272e4c07f2db8b428cff61eb60d5fd2c0a209fe8c5c7a387ff1c045d77
6
+ metadata.gz: 2281b3552db32feee6094d3880d601dbf1b0340a38d78b02e0e43e4239a68679232c4c8a478fc0e92750d3b247a551576c54362fab206ba79a49ec35152fbc3e
7
+ data.tar.gz: db82c75cc3e8f39d294717c5134837351eeeae8c092fea45fcb32623923df4bc2cb8c7e46a295605e2efdcae1df4636dd7ea29cb7bf6ba45b9dc5b92e77335bf
@@ -1,7 +1,7 @@
1
1
  import UIKit
2
2
 
3
3
  @UIApplicationMain
4
- class AppDelegate: UIResponder, UIApplicationDelegate {
4
+ final class AppDelegate: UIResponder, UIApplicationDelegate {
5
5
 
6
6
  var window: UIWindow?
7
7
 
@@ -3,7 +3,7 @@ import Nimble
3
3
 
4
4
  @testable import <%= @name %>
5
5
 
6
- class AppDelegateSpec: QuickSpec {
6
+ final class AppDelegateSpec: QuickSpec {
7
7
 
8
8
  override func spec() {
9
9
 
@@ -1,6 +1,6 @@
1
1
  import Cocoa
2
2
 
3
- class AppDelegate: NSObject, NSApplicationDelegate {
3
+ final class AppDelegate: NSObject, NSApplicationDelegate {
4
4
 
5
5
  var window: NSWindow?
6
6
 
@@ -3,7 +3,7 @@ import Nimble
3
3
 
4
4
  @testable import <%= @name %>
5
5
 
6
- class AppDelegateSpec: QuickSpec {
6
+ final class AppDelegateSpec: QuickSpec {
7
7
 
8
8
  override func spec() {
9
9
 
@@ -1,7 +1,7 @@
1
1
  import UIKit
2
2
 
3
3
  @UIApplicationMain
4
- class AppDelegate: UIResponder, UIApplicationDelegate {
4
+ final class AppDelegate: UIResponder, UIApplicationDelegate {
5
5
 
6
6
  var window: UIWindow?
7
7
 
@@ -3,7 +3,7 @@ import Nimble
3
3
 
4
4
  @testable import <%= @name %>
5
5
 
6
- class AppDelegateSpec: QuickSpec {
6
+ final class AppDelegateSpec: QuickSpec {
7
7
 
8
8
  override func spec() {
9
9
 
@@ -1,4 +1,4 @@
1
1
  import WatchKit
2
2
 
3
- class ExtensionDelegate: NSObject, WKExtensionDelegate {
3
+ final class ExtensionDelegate: NSObject, WKExtensionDelegate {
4
4
  }
@@ -1,3 +1,3 @@
1
1
  module RSwift
2
- VERSION = '0.1.3'
2
+ VERSION = '0.1.4'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rswift
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lukasz Wolanczyk
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-16 00:00:00.000000000 Z
11
+ date: 2016-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -222,7 +222,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
222
222
  version: '0'
223
223
  requirements: []
224
224
  rubyforge_project:
225
- rubygems_version: 2.5.0
225
+ rubygems_version: 2.4.6
226
226
  signing_key:
227
227
  specification_version: 4
228
228
  summary: RSwift allows to create and develop iOS, OSX, tvOS and watchOS projects using