galakei 0.7.2 → 0.7.3

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -1,4 +1,3 @@
1
1
  .bundle
2
- Gemfile.lock
3
2
  pkg/*
4
3
  log
data/Gemfile.lock ADDED
@@ -0,0 +1,137 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ galakei (0.7.2)
5
+ actionpack (>= 3.0.3)
6
+ css_parser
7
+ nokogiri
8
+ rack (>= 1.2.1)
9
+
10
+ GEM
11
+ remote: http://rubygems.org/
12
+ specs:
13
+ abstract (1.0.0)
14
+ actionmailer (3.0.9)
15
+ actionpack (= 3.0.9)
16
+ mail (~> 2.2.19)
17
+ actionpack (3.0.9)
18
+ activemodel (= 3.0.9)
19
+ activesupport (= 3.0.9)
20
+ builder (~> 2.1.2)
21
+ erubis (~> 2.6.6)
22
+ i18n (~> 0.5.0)
23
+ rack (~> 1.2.1)
24
+ rack-mount (~> 0.6.14)
25
+ rack-test (~> 0.5.7)
26
+ tzinfo (~> 0.3.23)
27
+ activemodel (3.0.9)
28
+ activesupport (= 3.0.9)
29
+ builder (~> 2.1.2)
30
+ i18n (~> 0.5.0)
31
+ activerecord (3.0.9)
32
+ activemodel (= 3.0.9)
33
+ activesupport (= 3.0.9)
34
+ arel (~> 2.0.10)
35
+ tzinfo (~> 0.3.23)
36
+ activeresource (3.0.9)
37
+ activemodel (= 3.0.9)
38
+ activesupport (= 3.0.9)
39
+ activesupport (3.0.9)
40
+ arel (2.0.10)
41
+ builder (2.1.2)
42
+ capybara (0.4.1.2)
43
+ celerity (>= 0.7.9)
44
+ culerity (>= 0.2.4)
45
+ mime-types (>= 1.16)
46
+ nokogiri (>= 1.3.3)
47
+ rack (>= 1.0.0)
48
+ rack-test (>= 0.5.4)
49
+ selenium-webdriver (>= 0.0.27)
50
+ xpath (~> 0.1.3)
51
+ celerity (0.8.8)
52
+ childprocess (0.1.7)
53
+ ffi (~> 0.6.3)
54
+ css_parser (1.1.8)
55
+ culerity (0.2.15)
56
+ diff-lcs (1.1.2)
57
+ erubis (2.6.6)
58
+ abstract (>= 1.0.0)
59
+ fakeweb (1.3.0)
60
+ ffi (0.6.3)
61
+ rake (>= 0.8.7)
62
+ haml (3.1.2)
63
+ i18n (0.5.0)
64
+ json_pure (1.5.1)
65
+ mail (2.2.19)
66
+ activesupport (>= 2.3.6)
67
+ i18n (>= 0.4.0)
68
+ mime-types (~> 1.16)
69
+ treetop (~> 1.4.8)
70
+ mime-types (1.16)
71
+ nokogiri (1.4.4)
72
+ polyglot (0.3.2)
73
+ rack (1.2.3)
74
+ rack-mount (0.6.14)
75
+ rack (>= 1.0.0)
76
+ rack-test (0.5.7)
77
+ rack (>= 1.0)
78
+ rails (3.0.9)
79
+ actionmailer (= 3.0.9)
80
+ actionpack (= 3.0.9)
81
+ activerecord (= 3.0.9)
82
+ activeresource (= 3.0.9)
83
+ activesupport (= 3.0.9)
84
+ bundler (~> 1.0)
85
+ railties (= 3.0.9)
86
+ railties (3.0.9)
87
+ actionpack (= 3.0.9)
88
+ activesupport (= 3.0.9)
89
+ rake (>= 0.8.7)
90
+ rdoc (~> 3.4)
91
+ thor (~> 0.14.4)
92
+ rake (0.9.2)
93
+ rdoc (3.8)
94
+ rspec (2.5.0)
95
+ rspec-core (~> 2.5.0)
96
+ rspec-expectations (~> 2.5.0)
97
+ rspec-mocks (~> 2.5.0)
98
+ rspec-core (2.5.1)
99
+ rspec-expectations (2.5.0)
100
+ diff-lcs (~> 1.1.2)
101
+ rspec-mocks (2.5.0)
102
+ rspec-rails (2.5.0)
103
+ actionpack (~> 3.0)
104
+ activesupport (~> 3.0)
105
+ railties (~> 3.0)
106
+ rspec (~> 2.5.0)
107
+ rubyzip (0.9.4)
108
+ selenium-webdriver (0.1.3)
109
+ childprocess (~> 0.1.5)
110
+ ffi (~> 0.6.3)
111
+ json_pure
112
+ rubyzip
113
+ sqlite3 (1.3.3)
114
+ steak (1.1.0)
115
+ rspec (>= 1.3)
116
+ thor (0.14.6)
117
+ treetop (1.4.10)
118
+ polyglot
119
+ polyglot (>= 0.3.1)
120
+ tzinfo (0.3.29)
121
+ xpath (0.1.3)
122
+ nokogiri (~> 1.3)
123
+
124
+ PLATFORMS
125
+ ruby
126
+
127
+ DEPENDENCIES
128
+ capybara
129
+ css_parser
130
+ fakeweb
131
+ galakei!
132
+ haml
133
+ rails
134
+ rspec (>= 2.5.0)
135
+ rspec-rails
136
+ sqlite3
137
+ steak
@@ -14,7 +14,7 @@ module Galakei::SessionIdParameter::InForm
14
14
  session_id = extract_session_id!(url)
15
15
  return super if session_id.blank?
16
16
  s = super(name, url, html_options)
17
- s.sub!("</form>", session_input_tag(session_id) + "</form>".html_safe)
17
+ s.sub("</form>", session_input_tag(session_id) + "</form>".html_safe).html_safe
18
18
  end
19
19
 
20
20
  private
@@ -1,3 +1,3 @@
1
1
  module Galakei
2
- VERSION = "0.7.2"
2
+ VERSION = "0.7.3"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: galakei
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.7.2
5
+ version: 0.7.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Paul McMahon
@@ -12,8 +12,7 @@ autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
14
 
15
- date: 2011-06-03 00:00:00 +09:00
16
- default_executable:
15
+ date: 2011-07-27 00:00:00 Z
17
16
  dependencies:
18
17
  - !ruby/object:Gem::Dependency
19
18
  name: actionpack
@@ -70,6 +69,7 @@ extra_rdoc_files: []
70
69
  files:
71
70
  - .gitignore
72
71
  - Gemfile
72
+ - Gemfile.lock
73
73
  - LICENSE
74
74
  - README.md
75
75
  - Rakefile
@@ -127,7 +127,6 @@ files:
127
127
  - spec/galakei/request_spec.rb
128
128
  - spec/galakei/spacer_spec.rb
129
129
  - spec/spec_helper.rb
130
- has_rdoc: true
131
130
  homepage: http://www.mobalean.com
132
131
  licenses: []
133
132
 
@@ -151,7 +150,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
151
150
  requirements: []
152
151
 
153
152
  rubyforge_project: galakei
154
- rubygems_version: 1.6.2
153
+ rubygems_version: 1.8.5
155
154
  signing_key:
156
155
  specification_version: 3
157
156
  summary: Japanese feature phones support