motion-support 1.1.1 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/.travis.yml +1 -4
- data/Rakefile +3 -2
- data/lib/motion-support/callbacks.rb +1 -1
- data/lib/motion-support/concern.rb +1 -1
- data/lib/motion-support/core_ext.rb +1 -1
- data/lib/motion-support/core_ext/array.rb +1 -1
- data/lib/motion-support/core_ext/class.rb +1 -1
- data/lib/motion-support/core_ext/hash.rb +1 -1
- data/lib/motion-support/core_ext/integer.rb +1 -1
- data/lib/motion-support/core_ext/module.rb +1 -1
- data/lib/motion-support/core_ext/numeric.rb +1 -1
- data/lib/motion-support/core_ext/object.rb +1 -1
- data/lib/motion-support/core_ext/range.rb +1 -1
- data/lib/motion-support/core_ext/string.rb +1 -1
- data/lib/motion-support/core_ext/time.rb +1 -1
- data/lib/motion-support/inflector.rb +1 -1
- data/motion/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 0b4be46cceeeae9525132e5eeb042f420881fd88
|
4
|
+
data.tar.gz: efc5fd756df4c5dbe1172ade9eddae45d1cb31d7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 66a9c1ff8dc9a224307a17405e3dec106d395e5159ce4ea4cb5459e7a6275a5fc59c8df21b40fb4dbb1a804815dc659a7c7eccbe74ef8087400122d4e8c05024
|
7
|
+
data.tar.gz: 6f2dc5fc735f91f87430b1933f634954b7b19bb662003111983764c36d03cda30f14dd99825b04eb04707ae9783d2fe8da0278253d75daa242ecdfd228a03a1d
|
data/.travis.yml
CHANGED
data/Rakefile
CHANGED
@@ -1,9 +1,10 @@
|
|
1
1
|
#!/usr/bin/env rake
|
2
2
|
$:.unshift("/Library/RubyMotion/lib")
|
3
3
|
$:.unshift("~/.rubymotion/rubymotion-templates")
|
4
|
+
|
4
5
|
require 'motion/project/template/ios'
|
5
|
-
require
|
6
|
-
require
|
6
|
+
require "bundler/gem_tasks"
|
7
|
+
require "bundler/setup"
|
7
8
|
Bundler.require
|
8
9
|
|
9
10
|
require 'motion-support'
|
data/motion/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: motion-support
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Thomas Kadauke
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-04-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -236,7 +236,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
236
236
|
- !ruby/object:Gem::Version
|
237
237
|
version: '0'
|
238
238
|
requirements: []
|
239
|
-
|
239
|
+
rubyforge_project:
|
240
|
+
rubygems_version: 2.5.1
|
240
241
|
signing_key:
|
241
242
|
specification_version: 4
|
242
243
|
summary: Commonly useful extensions to the standard library for RubyMotion
|