yeqs_jquery 0.0.5 → 0.0.6

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. data/Gemfile +2 -2
  2. data/README.rdoc +1 -1
  3. data/VERSION +1 -1
  4. metadata +23 -7
data/Gemfile CHANGED
@@ -1,8 +1,8 @@
1
1
  source "http://rubygems.org"
2
2
 
3
- gem "rails", "3.0.0.rc"
3
+ gem "rails", "3.0.0.rc2"
4
4
 
5
- group :develpment do
5
+ group :development do
6
6
  if RUBY_VERSION < '1.9'
7
7
  gem "ruby-debug", ">= 0.10.3"
8
8
  end
data/README.rdoc CHANGED
@@ -36,7 +36,7 @@ In order to use jqueryui, you should include jqueryui scripts and stylesheets in
36
36
 
37
37
  this will produce html like:
38
38
 
39
- <link type="text/css" media="screen" ref="stylesheet" href="/components/jqueryui/css/smoothness/jquery-ui-1.8.2.custom.css" />
39
+ <link type="text/css" media="screen" rel="stylesheet" href="/components/jqueryui/css/smoothness/jquery-ui-1.8.2.custom.css" />
40
40
  <script type="text/javascript" src="/components/jqueryui/js/jquery-ui-1.8.2.custom.min.js"></script>
41
41
 
42
42
  In order to use jquerytools, you should include jquerytools scripts in your views.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.5
1
+ 0.0.6
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yeqs_jquery
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 5
10
- version: 0.0.5
9
+ - 6
10
+ version: 0.0.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tower He
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-08-04 00:00:00 +08:00
18
+ date: 2010-08-24 00:00:00 +08:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -24,17 +24,33 @@ dependencies:
24
24
  requirements:
25
25
  - - "="
26
26
  - !ruby/object:Gem::Version
27
- hash: 7712042
27
+ hash: 977940607
28
28
  segments:
29
29
  - 3
30
30
  - 0
31
31
  - 0
32
- - rc
33
- version: 3.0.0.rc
32
+ - rc2
33
+ version: 3.0.0.rc2
34
34
  requirement: *id001
35
35
  prerelease: false
36
36
  type: :runtime
37
37
  name: rails
38
+ - !ruby/object:Gem::Dependency
39
+ version_requirements: &id002 !ruby/object:Gem::Requirement
40
+ none: false
41
+ requirements:
42
+ - - ">="
43
+ - !ruby/object:Gem::Version
44
+ hash: 49
45
+ segments:
46
+ - 0
47
+ - 10
48
+ - 3
49
+ version: 0.10.3
50
+ requirement: *id002
51
+ prerelease: false
52
+ type: :development
53
+ name: ruby-debug
38
54
  description: " Yeqs Jquery wraps all the jquery related components. It provides a generator for each component. You can use these generators to generate the assets of the components quickly.\n"
39
55
  email: towerhe@gmail.com
40
56
  executables: []