wooga_uvm 0.3.1 → 0.3.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 321144e354984193fa2ba6ef5e07f40904039e81
4
- data.tar.gz: aba8caa86a9fac2d669fce481a3c3689dc65559d
3
+ metadata.gz: 6067916d66bba70822909486af3badef54517ca7
4
+ data.tar.gz: 9ce2da764c4bdf91b26ee5680d17b7e9ef98ba02
5
5
  SHA512:
6
- metadata.gz: b68fc82bd8c6c7ae39d8dec5ef7b7d292766ea808b4c7f223c0868283b6fd39a494b54348d82e43cd517b72e3d03e77d4d51749c1d9fe8e4b561f10a7eb4d310
7
- data.tar.gz: d28c9813b5abab0a0c785a6496a4b86fca33a785209a32c4b708592d994ca6085f3177478e98d298204d1e08758d7af3e5f2d68c2188de5aee4efb460b27f340
6
+ metadata.gz: 8f29ad0c990a187621f9b983fb56a159ac5c3e7777a909be654fc6821cf7017f3a225c2eec7ca42e68ef4d97873bed9482db7d9981322c8dce63edc16ea71bcb
7
+ data.tar.gz: 1605f489e393c960eefabbf4f78a38e8b6d8f7fb3f994d23790baa3061d579f65819d6ad5b6c990276804b1cd41460856be9865dd82c91ab630332b27b35a3fc
data/Gemfile.lock ADDED
@@ -0,0 +1,73 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ wooga_uvm (0.3.1)
5
+ thor
6
+ wooga_wooget
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ activesupport (4.2.8)
12
+ i18n (~> 0.7)
13
+ minitest (~> 5.1)
14
+ thread_safe (~> 0.3, >= 0.3.4)
15
+ tzinfo (~> 1.1)
16
+ activesupport-json_encoder (1.1.0)
17
+ activesupport (>= 4.1.0, < 5.0)
18
+ addressable (2.5.1)
19
+ public_suffix (~> 2.0, >= 2.0.2)
20
+ ansi (1.5.0)
21
+ ast (2.3.0)
22
+ byebug (9.0.6)
23
+ coderay (1.1.1)
24
+ curb (0.9.3)
25
+ faraday (0.12.0.1)
26
+ multipart-post (>= 1.2, < 3)
27
+ i18n (0.8.1)
28
+ method_source (0.8.2)
29
+ minitest (5.10.1)
30
+ multipart-post (2.0.0)
31
+ octokit (4.7.0)
32
+ sawyer (~> 0.8.0, >= 0.5.3)
33
+ oga (2.9)
34
+ ast
35
+ ruby-ll (~> 2.1)
36
+ pry (0.10.4)
37
+ coderay (~> 1.1.0)
38
+ method_source (~> 0.8.1)
39
+ slop (~> 3.4)
40
+ pry-byebug (3.4.2)
41
+ byebug (~> 9.0)
42
+ pry (~> 0.10)
43
+ public_suffix (2.0.5)
44
+ rake (12.0.0)
45
+ ruby-ll (2.1.2)
46
+ ansi
47
+ ast
48
+ sawyer (0.8.1)
49
+ addressable (>= 2.3.5, < 2.6)
50
+ faraday (~> 0.8, < 1.0)
51
+ slop (3.6.0)
52
+ thor (0.19.4)
53
+ thread_safe (0.3.6)
54
+ tzinfo (1.2.3)
55
+ thread_safe (~> 0.1)
56
+ wooga_wooget (2.5.3)
57
+ activesupport-json_encoder (~> 1.1)
58
+ curb (~> 0.8)
59
+ octokit (~> 4.3)
60
+ oga (~> 2.7)
61
+ thor (~> 0.19)
62
+
63
+ PLATFORMS
64
+ ruby
65
+
66
+ DEPENDENCIES
67
+ minitest
68
+ pry-byebug
69
+ rake
70
+ wooga_uvm!
71
+
72
+ BUNDLED WITH
73
+ 1.14.3
data/RELEASE_NOTES.md ADDED
@@ -0,0 +1,26 @@
1
+ # 0.3.2
2
+ * ![IMPROVE] version will match unity version `major.minor.patchfpatch` like `5.6.0f1`
3
+
4
+ # 0.3.1
5
+ * ![NEW] Homebrew release
6
+
7
+ ## 0.1.0
8
+
9
+ * ![NEW] Inital release
10
+
11
+ <!-- START icon Id's -->
12
+
13
+ [NEW]:http://atlas-resources.wooga.com/icons/icon_new.svg "New"
14
+ [ADD]:http://atlas-resources.wooga.com/icons/icon_add.svg "Add"
15
+ [IMPROVE]:http://atlas-resources.wooga.com/icons/icon_improve.svg "IMPROVE"
16
+ [CHANGE]:http://atlas-resources.wooga.com/icons/icon_change.svg "Change"
17
+ [FIX]:http://atlas-resources.wooga.com/icons/icon_fix.svg "Fix"
18
+ [UPDATE]:http://atlas-resources.wooga.com/icons/icon_update.svg "Update"
19
+
20
+ [BREAK]:http://atlas-resources.wooga.com/icons/icon_break.svg "Break"
21
+ [REMOVE]:http://atlas-resources.wooga.com/icons/icon_remove.svg "Remove"
22
+ [IOS]:http://atlas-resources.wooga.com/icons/icon_iOS.svg "iOS"
23
+ [ANDROID]:http://atlas-resources.wooga.com/icons/icon_android.svg "Android"
24
+ [WEBGL]:http://atlas-resources.wooga.com/icons/icon_webGL.svg "Web:GL"
25
+
26
+ <!-- END icon Id's -->
data/lib/uvm/cli.rb CHANGED
@@ -102,7 +102,7 @@ module UVM
102
102
  end
103
103
 
104
104
  def self.version_regex
105
- /(\d+\.\d+\.\d+$)/
105
+ /(\d+\.\d+\.\d+(f\d+)?)/
106
106
  end
107
107
  end
108
108
  end
data/lib/uvm/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Uvm
2
- VERSION = "0.3.1".freeze
2
+ VERSION = "0.3.2".freeze
3
3
  end
4
4
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wooga_uvm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Donald Hutchison
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-10 00:00:00.000000000 Z
11
+ date: 2017-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -77,10 +77,11 @@ extra_rdoc_files: []
77
77
  files:
78
78
  - ".gitignore"
79
79
  - ".travis.yml"
80
- - CHANGELOG.md
81
80
  - Gemfile
81
+ - Gemfile.lock
82
82
  - Licence.md
83
83
  - README.md
84
+ - RELEASE_NOTES.md
84
85
  - Rakefile
85
86
  - bin/uvm
86
87
  - lib/uvm.rb
@@ -108,7 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
108
109
  version: '0'
109
110
  requirements: []
110
111
  rubyforge_project:
111
- rubygems_version: 2.5.1
112
+ rubygems_version: 2.4.5
112
113
  signing_key:
113
114
  specification_version: 4
114
115
  summary: Switch between multiple versions of unity
data/CHANGELOG.md DELETED
@@ -1,6 +0,0 @@
1
- ## CHANGELOG
2
-
3
- ### 0.1.0
4
-
5
- * Inital release
6
-