rails-ajax 0.1.0.20120706 → 0.1.1.20120710

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 (6) hide show
  1. data/AUTHORS +2 -1
  2. data/ChangeLog +5 -1
  3. data/Gemfile +12 -0
  4. data/Gemfile.lock +38 -3
  5. data/ReleaseInfo +1 -1
  6. metadata +4 -4
data/AUTHORS CHANGED
@@ -1,3 +1,4 @@
1
1
  = Muriel Salvan (muriel@x-aeon.com)
2
2
 
3
- * 0.1.0.20120705
3
+ * 0.1.0.20120706
4
+ * 0.1.1.20120710
data/ChangeLog CHANGED
@@ -1,5 +1,9 @@
1
1
  = Rails-Ajax Release History
2
2
 
3
- == 0.1.0.20120705 (Beta)
3
+ == 0.1.1.20120710 (Beta)
4
+
5
+ * Bug correction: Invalid Rails version specified
6
+
7
+ == 0.1.0.20120706 (Beta)
4
8
 
5
9
  * Initial public release.
data/Gemfile CHANGED
@@ -33,4 +33,16 @@ group :test do
33
33
  # Capybara-webkit
34
34
  gem 'capybara-webkit'
35
35
 
36
+ # Spork
37
+ gem 'spork-rails'
38
+
39
+ # Guard
40
+ gem 'guard'
41
+ gem 'guard-spork'
42
+ gem 'win32-process'
43
+ gem 'win32console'
44
+
45
+ # GNTP
46
+ gem 'ruby_gntp'
47
+
36
48
  end
@@ -1,8 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dummy_gem (0.0.1)
5
- rails (~> 3.2.6)
4
+ rails-ajax (0.0.1)
6
5
 
7
6
  GEM
8
7
  remote: http://rubygems.org/
@@ -64,6 +63,12 @@ GEM
64
63
  ffi (1.0.11)
65
64
  gherkin (2.11.1-x86-mingw32)
66
65
  json (>= 1.4.6)
66
+ guard (1.2.3)
67
+ listen (>= 0.4.2)
68
+ thor (>= 0.14.6)
69
+ guard-spork (1.1.0)
70
+ guard (>= 1.1)
71
+ spork (>= 0.8.4)
67
72
  hike (1.2.1)
68
73
  i18n (0.6.0)
69
74
  journey (1.0.4)
@@ -73,6 +78,10 @@ GEM
73
78
  json (1.7.3)
74
79
  libwebsocket (0.1.3)
75
80
  addressable
81
+ listen (0.4.7)
82
+ rb-fchange (~> 0.0.5)
83
+ rb-fsevent (~> 0.9.1)
84
+ rb-inotify (~> 0.8.8)
76
85
  mail (2.4.4)
77
86
  i18n (>= 0.4.0)
78
87
  mime-types (~> 1.16)
@@ -104,6 +113,11 @@ GEM
104
113
  rdoc (~> 3.4)
105
114
  thor (>= 0.14.6, < 2.0)
106
115
  rake (0.9.2.2)
116
+ rb-fchange (0.0.5)
117
+ ffi
118
+ rb-fsevent (0.9.1)
119
+ rb-inotify (0.8.8)
120
+ ffi (>= 0.5.0)
107
121
  rdoc (3.12)
108
122
  json (~> 1.4)
109
123
  rspec (2.10.0)
@@ -119,12 +133,17 @@ GEM
119
133
  activesupport (>= 3.0)
120
134
  railties (>= 3.0)
121
135
  rspec (~> 2.10.0)
136
+ ruby_gntp (0.3.4)
122
137
  rubyzip (0.9.9)
123
138
  selenium-webdriver (2.24.0)
124
139
  childprocess (>= 0.2.5)
125
140
  libwebsocket (~> 0.1.3)
126
141
  multi_json (~> 1.0)
127
142
  rubyzip
143
+ spork (1.0.0rc3)
144
+ spork-rails (3.2.0)
145
+ rails (>= 3.0.0, < 3.3.0)
146
+ spork (>= 1.0rc0)
128
147
  sprockets (2.1.3)
129
148
  hike (~> 1.2)
130
149
  rack (~> 1.0)
@@ -136,6 +155,15 @@ GEM
136
155
  polyglot
137
156
  polyglot (>= 0.3.1)
138
157
  tzinfo (0.3.33)
158
+ win32-api (1.4.8-x86-mingw32)
159
+ win32-process (0.6.5)
160
+ windows-pr (>= 1.1.2)
161
+ win32console (1.3.2-x86-mingw32)
162
+ windows-api (0.4.1)
163
+ win32-api (>= 1.4.5)
164
+ windows-pr (1.2.1)
165
+ win32-api (>= 1.4.5)
166
+ windows-api (>= 0.3.0)
139
167
  xpath (0.1.4)
140
168
  nokogiri (~> 1.3)
141
169
 
@@ -146,8 +174,15 @@ DEPENDENCIES
146
174
  capybara-webkit
147
175
  cucumber-rails
148
176
  database_cleaner
149
- dummy_gem!
177
+ guard
178
+ guard-spork
150
179
  jquery-rails
180
+ rails (~> 3.2.1)
181
+ rails-ajax!
151
182
  rspec
152
183
  rspec-rails
184
+ ruby_gntp
185
+ spork-rails
153
186
  sqlite3
187
+ win32-process
188
+ win32console
@@ -2,7 +2,7 @@
2
2
  # This file has been generated by RubyPackager during a delivery.
3
3
  # More info about RubyPackager: http://rubypackager.sourceforge.net
4
4
  {
5
- :version => '0.1.0.20120706',
5
+ :version => '0.1.1.20120710',
6
6
  :tags => [ 'Beta' ],
7
7
  :dev_status => 'Beta'
8
8
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-ajax
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.20120706
4
+ version: 0.1.1.20120710
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-07-06 00:00:00.000000000Z
12
+ date: 2012-07-10 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - ~>
20
20
  - !ruby/object:Gem::Version
21
- version: 2.3.1
21
+ version: 3.2.1
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ~>
28
28
  - !ruby/object:Gem::Version
29
- version: 2.3.1
29
+ version: 3.2.1
30
30
  description: Add Ajax capabilities to Rails websites, with minimal code changes. Supports
31
31
  history, bookmarking, partial refreshes, Rails flashes, user callbacks, scripts
32
32
  execution, redirections. Built upon Rails-UJS and jQuery.