motion-iconic 0.0.2 → 0.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/motion-iconic/version.rb +1 -2
  3. metadata +12 -13
  4. data/VERSION +0 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d2a86c163d5d0110323e1dfb722ca3daa9438ced
4
- data.tar.gz: 837fd504a856b814bea8887bfa7ad96392d91d89
3
+ metadata.gz: 861f6a1545f0a8d99f59ca5831ef8442fd7d5653
4
+ data.tar.gz: d50ef46c5b66ab6a4d44109a198565b2d94e2eec
5
5
  SHA512:
6
- metadata.gz: 3ec1b575b227e853cbdb5a24278b2f8fee77dbd685a4c17ce9c6a6d066b511b8fc39fbc46e863c87850b6f91ffb93d9800ae40dca0461e0cce729d3b1440b092
7
- data.tar.gz: 35cda9d29389f6d2872e2a7fa44667c9bfb608217e2ee7ca94cb8174947c5d8307cab25a563073011005466b1e53fd1f62fcf36a23639118d14c6a0022dfd2dc
6
+ metadata.gz: 53a45c068a1a1d60f610f1404f9774ef8c902a86939b37142b053122d18d4dae7ef5d004f47eb2fba771015dca5e5398da06b33b3c2736986f3e45c85600a260
7
+ data.tar.gz: 5e5ba13bc574cbb410aca934235f097e046aa629807eec3039cf703dc126268bca0ff814ba6f5cf0efbcd5e99bf891b4ec87b78290079dd3005a7d19bd038534
@@ -1,6 +1,5 @@
1
1
  module Motion
2
2
  module Iconic
3
- version_file = File.expand_path("../../VERSION", File.dirname(File.realpath(__FILE__)))
4
- VERSION = File.read(version_file).freeze
3
+ VERSION = "0.0.3"
5
4
  end
6
5
  end
metadata CHANGED
@@ -1,55 +1,55 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: motion-iconic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aziz Light
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-25 00:00:00.000000000 Z
11
+ date: 2014-03-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: motion-cocoapods
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: 1.4.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ~>
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: 1.4.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bundler
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ~>
31
+ - - "~>"
32
32
  - !ruby/object:Gem::Version
33
33
  version: '1.5'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ~>
38
+ - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '1.5'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rake
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - '>='
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - '>='
52
+ - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  description: RubyMotion wrapper around FontAwesomeKit
@@ -59,12 +59,11 @@ executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
- - .gitignore
62
+ - ".gitignore"
63
63
  - Gemfile
64
64
  - LICENSE
65
65
  - README.md
66
66
  - Rakefile
67
- - VERSION
68
67
  - lib/motion-iconic.rb
69
68
  - lib/motion-iconic/constants.rb
70
69
  - lib/motion-iconic/dummy/font_awesome.rb
@@ -86,17 +85,17 @@ require_paths:
86
85
  - lib
87
86
  required_ruby_version: !ruby/object:Gem::Requirement
88
87
  requirements:
89
- - - '>='
88
+ - - ">="
90
89
  - !ruby/object:Gem::Version
91
90
  version: '0'
92
91
  required_rubygems_version: !ruby/object:Gem::Requirement
93
92
  requirements:
94
- - - '>='
93
+ - - ">="
95
94
  - !ruby/object:Gem::Version
96
95
  version: '0'
97
96
  requirements: []
98
97
  rubyforge_project:
99
- rubygems_version: 2.0.14
98
+ rubygems_version: 2.2.2
100
99
  signing_key:
101
100
  specification_version: 4
102
101
  summary: Awesome icons for RubyMotion
data/VERSION DELETED
@@ -1 +0,0 @@
1
- 0.0.2