haxe-rails 0.1.2 → 0.1.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.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7f88ba3153de3659513c4ad4f8bfc842ab8cb53a
|
4
|
+
data.tar.gz: 4e78efeba41744bbb4af47d3a3ce982ff0b51a01
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e33b1dd5bf5f6711db1a7f377a6641621c8ec277755cba3e91520cf184deabde82196665e6740e803296e72b7f95b19c91fc4881330b4bf80a7f48ba70b2e9a8
|
7
|
+
data.tar.gz: 7cf0bc19fda98505a87639358aac42861fc465b22834403de405f81bab089bef0705f266740b9a6139fbfb07fc3476ecf1f87780e30e8019ee59021bb3c045b2
|
data/lib/haxe/rails/template.rb
CHANGED
data/lib/haxe/rails/version.rb
CHANGED
data/spec/haxe-rails_spec.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: haxe-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- k-motoyan
|
@@ -115,8 +115,10 @@ files:
|
|
115
115
|
- spec/fixtures/haxe_projects/fail_compile/compile.hxml
|
116
116
|
- spec/fixtures/haxe_projects/target_python/Main.hx
|
117
117
|
- spec/fixtures/haxe_projects/target_python/compile.hxml
|
118
|
+
- spec/fixtures/haxe_projects/target_python/main.py
|
118
119
|
- spec/fixtures/haxe_projects/will_compile/Main.hx
|
119
120
|
- spec/fixtures/haxe_projects/will_compile/compile.hxml
|
121
|
+
- spec/fixtures/haxe_projects/will_compile/main.js
|
120
122
|
- spec/haxe-rails_spec.rb
|
121
123
|
- spec/haxe/rails/compiler_spec.rb
|
122
124
|
- spec/haxe/rails/template_spec.rb
|
@@ -150,8 +152,10 @@ test_files:
|
|
150
152
|
- spec/fixtures/haxe_projects/fail_compile/Main.hx
|
151
153
|
- spec/fixtures/haxe_projects/target_python/compile.hxml
|
152
154
|
- spec/fixtures/haxe_projects/target_python/Main.hx
|
155
|
+
- spec/fixtures/haxe_projects/target_python/main.py
|
153
156
|
- spec/fixtures/haxe_projects/will_compile/compile.hxml
|
154
157
|
- spec/fixtures/haxe_projects/will_compile/Main.hx
|
158
|
+
- spec/fixtures/haxe_projects/will_compile/main.js
|
155
159
|
- spec/haxe/rails/compiler_spec.rb
|
156
160
|
- spec/haxe/rails/template_spec.rb
|
157
161
|
- spec/haxe-rails_spec.rb
|