motion-localization 1.0.2 → 1.0.3
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.
- data/.travis.yml +5 -0
- data/Rakefile +10 -0
- data/lib/motion/localization/version.rb +1 -1
- data/motion-localization.gemspec +2 -2
- metadata +6 -4
data/.travis.yml
ADDED
data/Rakefile
CHANGED
data/motion-localization.gemspec
CHANGED
|
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
|
|
|
18
18
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
|
19
19
|
spec.require_paths = ["lib"]
|
|
20
20
|
|
|
21
|
-
spec.
|
|
22
|
-
spec.
|
|
21
|
+
spec.add_dependency "bundler", "~> 1.3"
|
|
22
|
+
spec.add_dependency "rake"
|
|
23
23
|
spec.add_development_dependency "rspec"
|
|
24
24
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: motion-localization
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-
|
|
12
|
+
date: 2013-07-01 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
- - ~>
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
21
|
version: '1.3'
|
|
22
|
-
type: :
|
|
22
|
+
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
25
|
none: false
|
|
@@ -35,7 +35,7 @@ dependencies:
|
|
|
35
35
|
- - ! '>='
|
|
36
36
|
- !ruby/object:Gem::Version
|
|
37
37
|
version: '0'
|
|
38
|
-
type: :
|
|
38
|
+
type: :runtime
|
|
39
39
|
prerelease: false
|
|
40
40
|
version_requirements: !ruby/object:Gem::Requirement
|
|
41
41
|
none: false
|
|
@@ -67,6 +67,7 @@ extensions: []
|
|
|
67
67
|
extra_rdoc_files: []
|
|
68
68
|
files:
|
|
69
69
|
- .gitignore
|
|
70
|
+
- .travis.yml
|
|
70
71
|
- Gemfile
|
|
71
72
|
- LICENSE.txt
|
|
72
73
|
- README.md
|
|
@@ -106,3 +107,4 @@ summary: Localization rake task for RubyMotion
|
|
|
106
107
|
test_files:
|
|
107
108
|
- spec/for_test_dir/for_test_files
|
|
108
109
|
- spec/motion-localization_spec.rb
|
|
110
|
+
has_rdoc:
|