aureus 1.1.1 → 1.1.2

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,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- aureus (1.1.1)
4
+ aureus (1.1.2)
5
5
  formtastic
6
6
  haml
7
7
  jquery-rails
@@ -9,90 +9,91 @@ PATH
9
9
  GEM
10
10
  remote: http://rubygems.org/
11
11
  specs:
12
- actionmailer (3.2.6)
13
- actionpack (= 3.2.6)
12
+ actionmailer (3.2.9)
13
+ actionpack (= 3.2.9)
14
14
  mail (~> 2.4.4)
15
- actionpack (3.2.6)
16
- activemodel (= 3.2.6)
17
- activesupport (= 3.2.6)
15
+ actionpack (3.2.9)
16
+ activemodel (= 3.2.9)
17
+ activesupport (= 3.2.9)
18
18
  builder (~> 3.0.0)
19
19
  erubis (~> 2.7.0)
20
- journey (~> 1.0.1)
20
+ journey (~> 1.0.4)
21
21
  rack (~> 1.4.0)
22
22
  rack-cache (~> 1.2)
23
23
  rack-test (~> 0.6.1)
24
- sprockets (~> 2.1.3)
25
- activemodel (3.2.6)
26
- activesupport (= 3.2.6)
24
+ sprockets (~> 2.2.1)
25
+ activemodel (3.2.9)
26
+ activesupport (= 3.2.9)
27
27
  builder (~> 3.0.0)
28
- activerecord (3.2.6)
29
- activemodel (= 3.2.6)
30
- activesupport (= 3.2.6)
28
+ activerecord (3.2.9)
29
+ activemodel (= 3.2.9)
30
+ activesupport (= 3.2.9)
31
31
  arel (~> 3.0.2)
32
32
  tzinfo (~> 0.3.29)
33
- activeresource (3.2.6)
34
- activemodel (= 3.2.6)
35
- activesupport (= 3.2.6)
36
- activesupport (3.2.6)
33
+ activeresource (3.2.9)
34
+ activemodel (= 3.2.9)
35
+ activesupport (= 3.2.9)
36
+ activesupport (3.2.9)
37
37
  i18n (~> 0.6)
38
38
  multi_json (~> 1.0)
39
39
  arel (3.0.2)
40
- builder (3.0.0)
40
+ builder (3.0.4)
41
41
  erubis (2.7.0)
42
42
  formtastic (2.2.1)
43
43
  actionpack (>= 3.0)
44
- haml (3.1.6)
45
- highline (1.6.13)
44
+ haml (3.1.7)
45
+ highline (1.6.15)
46
46
  hike (1.2.1)
47
- i18n (0.6.0)
47
+ i18n (0.6.1)
48
48
  journey (1.0.4)
49
- jquery-rails (2.0.2)
50
- railties (>= 3.2.0, < 5.0)
49
+ jquery-rails (2.1.3)
50
+ railties (>= 3.1.0, < 5.0)
51
51
  thor (~> 0.14)
52
- json (1.7.3)
52
+ json (1.7.5)
53
53
  mail (2.4.4)
54
54
  i18n (>= 0.4.0)
55
55
  mime-types (~> 1.16)
56
56
  treetop (~> 1.4.8)
57
57
  mime-types (1.19)
58
- multi_json (1.3.6)
58
+ multi_json (1.3.7)
59
59
  polyglot (0.3.3)
60
60
  rack (1.4.1)
61
61
  rack-cache (1.2)
62
62
  rack (>= 0.4)
63
63
  rack-ssl (1.3.2)
64
64
  rack
65
- rack-test (0.6.1)
65
+ rack-test (0.6.2)
66
66
  rack (>= 1.0)
67
- rails (3.2.6)
68
- actionmailer (= 3.2.6)
69
- actionpack (= 3.2.6)
70
- activerecord (= 3.2.6)
71
- activeresource (= 3.2.6)
72
- activesupport (= 3.2.6)
67
+ rails (3.2.9)
68
+ actionmailer (= 3.2.9)
69
+ actionpack (= 3.2.9)
70
+ activerecord (= 3.2.9)
71
+ activeresource (= 3.2.9)
72
+ activesupport (= 3.2.9)
73
73
  bundler (~> 1.0)
74
- railties (= 3.2.6)
75
- railties (3.2.6)
76
- actionpack (= 3.2.6)
77
- activesupport (= 3.2.6)
74
+ railties (= 3.2.9)
75
+ railties (3.2.9)
76
+ actionpack (= 3.2.9)
77
+ activesupport (= 3.2.9)
78
78
  rack-ssl (~> 1.3.2)
79
79
  rake (>= 0.8.7)
80
80
  rdoc (~> 3.4)
81
81
  thor (>= 0.14.6, < 2.0)
82
- rake (0.9.2.2)
82
+ rake (10.0.2)
83
83
  rdoc (3.12)
84
84
  json (~> 1.4)
85
- sprockets (2.1.3)
85
+ sprockets (2.2.1)
86
86
  hike (~> 1.2)
87
+ multi_json (~> 1.0)
87
88
  rack (~> 1.0)
88
89
  tilt (~> 1.1, != 1.3.0)
89
90
  sqlite3 (1.3.6)
90
- thor (0.15.4)
91
+ thor (0.16.0)
91
92
  tilt (1.3.3)
92
- treetop (1.4.10)
93
+ treetop (1.4.12)
93
94
  polyglot
94
95
  polyglot (>= 0.3.1)
95
- tzinfo (0.3.33)
96
+ tzinfo (0.3.35)
96
97
 
97
98
  PLATFORMS
98
99
  ruby
@@ -23,14 +23,15 @@ form {
23
23
  color: #555;
24
24
  font-size: 14px;
25
25
  }
26
- input[type="text"], input[type=password], input[type=email], input[type=tel], textarea {
26
+ input[type="text"], input[type=password], input[type=email], input[type=tel], textarea, select[multiple=multiple] {
27
27
  border: 1px solid #ccc;
28
+ box-sizing: border-box;
28
29
  font-family: $font-family;
29
30
  font-size: 14px;
30
31
  padding: 5px;
31
32
  outline: none;
32
33
  color: black;
33
- width: 96%;
34
+ width: 100%;
34
35
  :focus {
35
36
  border: 1px solid #999;
36
37
  @include box-shadow(0,0,4px,#999);
@@ -43,7 +43,6 @@
43
43
  border-left: 1px solid #eee;
44
44
  a {
45
45
  color: black;
46
- text-decoration: none;
47
46
  }
48
47
  a:hover {
49
48
  color: $color_main;
@@ -16,7 +16,7 @@ module Aureus
16
16
  end
17
17
 
18
18
  def submit_form_button resource, text
19
- @buttons << NavigationButton.new(content_tag("a",text,:onclick=>"triggerForm('form.#{resource.class.name.downcase}')"))
19
+ @buttons << NavigationButton.new(content_tag("a",text,:onclick=>"triggerForm('form.#{resource.class.name.underscore}')"))
20
20
  end
21
21
 
22
22
  def render
@@ -1,3 +1,3 @@
1
1
  module Aureus
2
- VERSION = "1.1.1"
2
+ VERSION = "1.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aureus
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
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-08-10 00:00:00.000000000 Z
12
+ date: 2012-11-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: formtastic
@@ -100,7 +100,6 @@ files:
100
100
  - app/assets/stylesheets/aureus/ui.scss
101
101
  - aureus.gemspec
102
102
  - config/initializers/formtastic.rb
103
- - config/locales/en.yml
104
103
  - lib/aureus.rb
105
104
  - lib/aureus/box.rb
106
105
  - lib/aureus/content.rb
@@ -158,18 +157,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
158
157
  - - ! '>='
159
158
  - !ruby/object:Gem::Version
160
159
  version: '0'
161
- segments:
162
- - 0
163
- hash: 3102306216413204260
164
160
  required_rubygems_version: !ruby/object:Gem::Requirement
165
161
  none: false
166
162
  requirements:
167
163
  - - ! '>='
168
164
  - !ruby/object:Gem::Version
169
165
  version: '0'
170
- segments:
171
- - 0
172
- hash: 3102306216413204260
173
166
  requirements: []
174
167
  rubyforge_project:
175
168
  rubygems_version: 1.8.24
@@ -1,2 +0,0 @@
1
- en:
2
- test: "Test"