rows_controller 0.4.3 → 0.4.4

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.
data/Gemfile.lock CHANGED
@@ -1,34 +1,34 @@
1
1
  GEM
2
2
  remote: http://rubygems.org/
3
3
  specs:
4
- actionmailer (3.2.6)
5
- actionpack (= 3.2.6)
4
+ actionmailer (3.2.7)
5
+ actionpack (= 3.2.7)
6
6
  mail (~> 2.4.4)
7
- actionpack (3.2.6)
8
- activemodel (= 3.2.6)
9
- activesupport (= 3.2.6)
7
+ actionpack (3.2.7)
8
+ activemodel (= 3.2.7)
9
+ activesupport (= 3.2.7)
10
10
  builder (~> 3.0.0)
11
11
  erubis (~> 2.7.0)
12
- journey (~> 1.0.1)
12
+ journey (~> 1.0.4)
13
13
  rack (~> 1.4.0)
14
14
  rack-cache (~> 1.2)
15
15
  rack-test (~> 0.6.1)
16
16
  sprockets (~> 2.1.3)
17
- activemodel (3.2.6)
18
- activesupport (= 3.2.6)
17
+ activemodel (3.2.7)
18
+ activesupport (= 3.2.7)
19
19
  builder (~> 3.0.0)
20
- activerecord (3.2.6)
21
- activemodel (= 3.2.6)
22
- activesupport (= 3.2.6)
20
+ activerecord (3.2.7)
21
+ activemodel (= 3.2.7)
22
+ activesupport (= 3.2.7)
23
23
  arel (~> 3.0.2)
24
24
  tzinfo (~> 0.3.29)
25
- activeresource (3.2.6)
26
- activemodel (= 3.2.6)
27
- activesupport (= 3.2.6)
28
- activesupport (3.2.6)
25
+ activeresource (3.2.7)
26
+ activemodel (= 3.2.7)
27
+ activesupport (= 3.2.7)
28
+ activesupport (3.2.7)
29
29
  i18n (~> 0.6)
30
30
  multi_json (~> 1.0)
31
- addressable (2.2.8)
31
+ addressable (2.3.2)
32
32
  arel (3.0.2)
33
33
  builder (3.0.0)
34
34
  capybara (1.1.2)
@@ -38,19 +38,19 @@ GEM
38
38
  rack-test (>= 0.5.4)
39
39
  selenium-webdriver (~> 2.0)
40
40
  xpath (~> 0.1.4)
41
- childprocess (0.3.2)
42
- ffi (~> 1.0.6)
41
+ childprocess (0.3.4)
42
+ ffi (~> 1.0, >= 1.0.6)
43
43
  diff-lcs (1.1.3)
44
44
  erubis (2.7.0)
45
- ffi (1.0.11)
45
+ ffi (1.1.1)
46
46
  hike (1.2.1)
47
47
  i18n (0.6.0)
48
48
  journey (1.0.4)
49
49
  jquery-rails (2.0.2)
50
50
  railties (>= 3.2.0, < 5.0)
51
51
  thor (~> 0.14)
52
- json (1.7.3)
53
- libwebsocket (0.1.3)
52
+ json (1.7.4)
53
+ libwebsocket (0.1.5)
54
54
  addressable
55
55
  mail (2.4.4)
56
56
  i18n (>= 0.4.0)
@@ -67,17 +67,17 @@ GEM
67
67
  rack
68
68
  rack-test (0.6.1)
69
69
  rack (>= 1.0)
70
- rails (3.2.6)
71
- actionmailer (= 3.2.6)
72
- actionpack (= 3.2.6)
73
- activerecord (= 3.2.6)
74
- activeresource (= 3.2.6)
75
- activesupport (= 3.2.6)
70
+ rails (3.2.7)
71
+ actionmailer (= 3.2.7)
72
+ actionpack (= 3.2.7)
73
+ activerecord (= 3.2.7)
74
+ activeresource (= 3.2.7)
75
+ activesupport (= 3.2.7)
76
76
  bundler (~> 1.0)
77
- railties (= 3.2.6)
78
- railties (3.2.6)
79
- actionpack (= 3.2.6)
80
- activesupport (= 3.2.6)
77
+ railties (= 3.2.7)
78
+ railties (3.2.7)
79
+ actionpack (= 3.2.7)
80
+ activesupport (= 3.2.7)
81
81
  rack-ssl (~> 1.3.2)
82
82
  rake (>= 0.8.7)
83
83
  rdoc (~> 3.4)
@@ -85,21 +85,21 @@ GEM
85
85
  rake (0.9.2.2)
86
86
  rdoc (3.12)
87
87
  json (~> 1.4)
88
- rspec (2.10.0)
89
- rspec-core (~> 2.10.0)
90
- rspec-expectations (~> 2.10.0)
91
- rspec-mocks (~> 2.10.0)
92
- rspec-core (2.10.1)
93
- rspec-expectations (2.10.0)
88
+ rspec (2.11.0)
89
+ rspec-core (~> 2.11.0)
90
+ rspec-expectations (~> 2.11.0)
91
+ rspec-mocks (~> 2.11.0)
92
+ rspec-core (2.11.1)
93
+ rspec-expectations (2.11.2)
94
94
  diff-lcs (~> 1.1.3)
95
- rspec-mocks (2.10.1)
96
- rspec-rails (2.10.1)
95
+ rspec-mocks (2.11.1)
96
+ rspec-rails (2.11.0)
97
97
  actionpack (>= 3.0)
98
98
  activesupport (>= 3.0)
99
99
  railties (>= 3.0)
100
- rspec (~> 2.10.0)
100
+ rspec (~> 2.11.0)
101
101
  rubyzip (0.9.9)
102
- selenium-webdriver (2.24.0)
102
+ selenium-webdriver (2.25.0)
103
103
  childprocess (>= 0.2.5)
104
104
  libwebsocket (~> 0.1.3)
105
105
  multi_json (~> 1.0)
@@ -110,7 +110,7 @@ GEM
110
110
  rack (~> 1.0)
111
111
  tilt (~> 1.1, != 1.3.0)
112
112
  sqlite3 (1.3.6)
113
- thor (0.15.3)
113
+ thor (0.15.4)
114
114
  tilt (1.3.3)
115
115
  treetop (1.4.10)
116
116
  polyglot
@@ -13,6 +13,5 @@
13
13
  :default => 'List %{model} is empty') %></h1>
14
14
  <% end %>
15
15
 
16
- <br/>
17
16
  <%= link_to t('ui.create', :default => 'Create'),
18
- url_for(:action => :new) %>
17
+ url_for(:action => :new), :class => 'button rows-new' %>
@@ -1,3 +1,3 @@
1
1
  module Rows
2
- VERSION = '0.4.3'
2
+ VERSION = '0.4.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rows_controller
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
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-12 00:00:00.000000000 Z
12
+ date: 2012-07-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sqlite3