extjs4-rails 4.1.0.1 → 4.1.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -43,6 +43,15 @@ Don't forget to add the chosen files to config.assets.precompile
43
43
  Note: The ext-all\*.js versions should be used, as Ext JS' dynamic class
44
44
  loading is incompatible with the asset pipeline.
45
45
 
46
+ ## Rake task
47
+
48
+ You can fork this gem and run
49
+
50
+ EXTJS_DIR=/path/to/extjs-4.x.x rake --trace extjs4-rails:install
51
+
52
+ to rebuild Ext JS, i.e. when you built your own theme.
53
+
54
+
46
55
  ## License
47
56
 
48
57
  [GPLv3](http://www.gnu.org/copyleft/gpl.html) like Ext JS.
data/Rakefile CHANGED
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env rake
2
2
  require "bundler/gem_tasks"
3
- load File.join(File.dirname(__FILE__), 'tasks', 'extjs4-rails.rake')
3
+ load File.join(File.dirname(__FILE__), 'tasks/extjs4-rails.rake')
@@ -1,5 +1,5 @@
1
1
  module Extjs4
2
2
  module Rails
3
- VERSION = "4.1.0.1"
3
+ VERSION = "4.1.0.2"
4
4
  end
5
5
  end
@@ -9,7 +9,7 @@ namespace :'extjs4-rails' do
9
9
  directory JAVASCRIPTS_DIR
10
10
  directory STYLESHEETS_DIR
11
11
 
12
- desc 'Install Ext.js scripts and themes'
12
+ desc 'Install Ext JS scripts and themes'
13
13
  task :install => %w(install:javascripts install:themes)
14
14
 
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: extjs4-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.0.1
4
+ version: 4.1.0.2
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: 2012-06-22 00:00:00.000000000 Z
12
+ date: 2012-06-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -1328,7 +1328,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
1328
1328
  version: '0'
1329
1329
  segments:
1330
1330
  - 0
1331
- hash: -3574642357275837652
1331
+ hash: -4320961562652907059
1332
1332
  required_rubygems_version: !ruby/object:Gem::Requirement
1333
1333
  none: false
1334
1334
  requirements:
@@ -1337,7 +1337,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1337
1337
  version: '0'
1338
1338
  segments:
1339
1339
  - 0
1340
- hash: -3574642357275837652
1340
+ hash: -4320961562652907059
1341
1341
  requirements: []
1342
1342
  rubyforge_project:
1343
1343
  rubygems_version: 1.8.23