javy_tool 0.0.2 → 0.0.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.
@@ -50,13 +50,14 @@ module JavyTool
50
50
  id_attribute = (@body_id)? " id=\"#{@body_id}-page\"" : ""
51
51
 
52
52
  raw(%Q|<!--[if lt IE 7 ]>
53
- <body class="#{class_attribute} ie6"><![endif]-->
54
- <!--[if gte IE 7 ]>
55
- <body class="#{class_attribute} ie"><![endif]-->
53
+ <body class="#{class_attribute} lt-ie9 lt-ie8 lt-ie7"><![endif]-->
54
+ <!--[if IE 7 ]>
55
+ <body class="#{class_attribute} lt-ie9 lt-ie8"><![endif]-->
56
+ <!--[if IE 8 ]>
57
+ <body class="#{class_attribute} lt-ie9"><![endif]-->
56
58
  <!--[if !IE]>-->
57
59
  <body#{id_attribute} class="#{class_attribute}">
58
60
  <!--<![endif]-->|)
59
-
60
61
  end
61
62
 
62
63
 
@@ -1,3 +1,3 @@
1
1
  module JavyTool
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,33 +1,23 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: javy_tool
3
- version: !ruby/object:Gem::Version
4
- hash: 27
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.3
5
5
  prerelease:
6
- segments:
7
- - 0
8
- - 0
9
- - 2
10
- version: 0.0.2
11
6
  platform: ruby
12
- authors:
7
+ authors:
13
8
  - javy_liu
14
9
  autorequire:
15
10
  bindir: bin
16
11
  cert_chain: []
17
-
18
- date: 2014-01-02 00:00:00 Z
12
+ date: 2014-04-11 00:00:00.000000000 Z
19
13
  dependencies: []
20
-
21
14
  description: pack some used methods
22
- email:
15
+ email:
23
16
  - javy_liu@163.com
24
17
  executables: []
25
-
26
18
  extensions: []
27
-
28
19
  extra_rdoc_files: []
29
-
30
- files:
20
+ files:
31
21
  - .gitignore
32
22
  - Gemfile
33
23
  - LICENSE.md
@@ -40,37 +30,27 @@ files:
40
30
  - lib/javy_tool/version.rb
41
31
  homepage: https://github.com/javyliu/javy_tool
42
32
  licenses: []
43
-
44
33
  post_install_message:
45
34
  rdoc_options: []
46
-
47
- require_paths:
35
+ require_paths:
48
36
  - lib
49
- required_ruby_version: !ruby/object:Gem::Requirement
37
+ required_ruby_version: !ruby/object:Gem::Requirement
50
38
  none: false
51
- requirements:
52
- - - ">="
53
- - !ruby/object:Gem::Version
54
- hash: 3
55
- segments:
56
- - 0
57
- version: "0"
58
- required_rubygems_version: !ruby/object:Gem::Requirement
39
+ requirements:
40
+ - - ! '>='
41
+ - !ruby/object:Gem::Version
42
+ version: '0'
43
+ required_rubygems_version: !ruby/object:Gem::Requirement
59
44
  none: false
60
- requirements:
61
- - - ">="
62
- - !ruby/object:Gem::Version
63
- hash: 3
64
- segments:
65
- - 0
66
- version: "0"
45
+ requirements:
46
+ - - ! '>='
47
+ - !ruby/object:Gem::Version
48
+ version: '0'
67
49
  requirements: []
68
-
69
50
  rubyforge_project:
70
51
  rubygems_version: 1.8.24
71
52
  signing_key:
72
53
  specification_version: 3
73
54
  summary: some methods ofen used in my projects
74
55
  test_files: []
75
-
76
56
  has_rdoc: