sencha-touch2-rails 2.0.1.1.0 → 2.0.1.1.1
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/README.md +3 -1
- data/lib/sencha-touch2-rails/version.rb +1 -1
- metadata +3 -3
data/README.md
CHANGED
@@ -26,6 +26,7 @@ Or install it yourself as:
|
|
26
26
|
|
27
27
|
Just include the desired theme css file
|
28
28
|
|
29
|
+
<%= stylesheet_include_tag 'sencha-touch2-rails/sencha-touch' %>
|
29
30
|
<%= stylesheet_include_tag 'sencha-touch2-rails/apple' %>
|
30
31
|
|
31
32
|
and JS file
|
@@ -34,8 +35,9 @@ and JS file
|
|
34
35
|
|
35
36
|
Don't forget to add the chosen files to config.assets.precompile
|
36
37
|
|
37
|
-
config.assets.precompile << 'sencha-touch2-rails/sencha-touch
|
38
|
+
config.assets.precompile << 'sencha-touch2-rails/sencha-touch.css'
|
38
39
|
config.assets.precompile << 'sencha-touch2-rails/apple.css'
|
40
|
+
config.assets.precompile << 'sencha-touch2-rails/sencha-touch-all.js'
|
39
41
|
|
40
42
|
Note: The sencha-touch-all\*.js versions should be used, as dynamic class
|
41
43
|
loading is incompatible with the asset pipeline.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sencha-touch2-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.1.1.
|
4
|
+
version: 2.0.1.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -81,7 +81,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
81
81
|
version: '0'
|
82
82
|
segments:
|
83
83
|
- 0
|
84
|
-
hash:
|
84
|
+
hash: -4603461646242234612
|
85
85
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
86
86
|
none: false
|
87
87
|
requirements:
|
@@ -90,7 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
90
90
|
version: '0'
|
91
91
|
segments:
|
92
92
|
- 0
|
93
|
-
hash:
|
93
|
+
hash: -4603461646242234612
|
94
94
|
requirements: []
|
95
95
|
rubyforge_project:
|
96
96
|
rubygems_version: 1.8.23
|