motion-support 1.2.0 → 1.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/.travis.yml +4 -1
- data/Rakefile +2 -3
- 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 +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: bd42d24560ea00f248f733af6ffe5c97d98bad541ca6c36b5a3fd23860c987d5
|
4
|
+
data.tar.gz: d45f30d31c0bf2da72d875021964d769e62e408c848d53007c8d8eb0b45d4ed4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3781f587655c9ed4f0e4955f518ae7c535bd80e2f38d583e2741f543135af8369e5c52f04512ca22b8c634d0b3702839079fc8b316ada4e5ee712fdd9e586687
|
7
|
+
data.tar.gz: 989e1ba2258b1c0a40c9d7dfa0e16d0f1061cb35c3b80979e456ae00350ff35be77bd9afa64ac8dc54925a6ba15bd056e325e67034e7124fbea8ebd86747b567
|
data/.travis.yml
CHANGED
data/Rakefile
CHANGED
@@ -1,10 +1,9 @@
|
|
1
1
|
#!/usr/bin/env rake
|
2
2
|
$:.unshift("/Library/RubyMotion/lib")
|
3
3
|
$:.unshift("~/.rubymotion/rubymotion-templates")
|
4
|
-
|
5
4
|
require 'motion/project/template/ios'
|
6
|
-
require
|
7
|
-
require
|
5
|
+
require 'bundler/setup'
|
6
|
+
require 'motion/project/template/gem/gem_tasks'
|
8
7
|
Bundler.require
|
9
8
|
|
10
9
|
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.2.
|
4
|
+
version: 1.2.1
|
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: 2019-10-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -236,8 +236,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
236
236
|
- !ruby/object:Gem::Version
|
237
237
|
version: '0'
|
238
238
|
requirements: []
|
239
|
-
|
240
|
-
rubygems_version: 2.5.1
|
239
|
+
rubygems_version: 3.0.6
|
241
240
|
signing_key:
|
242
241
|
specification_version: 4
|
243
242
|
summary: Commonly useful extensions to the standard library for RubyMotion
|