arturo 1.1.2 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -258,3 +258,19 @@ percentage. See `Arturo::CacheSupport` for more information.
258
258
  Arturo gets its name from
259
259
  [Professor Maximillian Arturo](http://en.wikipedia.org/wiki/Maximillian_Arturo)
260
260
  on [Sliders](http://en.wikipedia.org/wiki/Sliders).
261
+
262
+ ## Contributing ##
263
+
264
+ For bug reports, open an [issue](https://github.com/jamesarosen/Timecop.js/issues)
265
+ on GitHub.
266
+
267
+ Timecop.js has a ‘commit-bit’ policy, much like the Rubinius project
268
+ and Gemcutter. Submit a patch that is accepted, and you can get full
269
+ commit access to the project. All you have to do is open an issue
270
+ asking for access and I'll add you as a collaborator.
271
+ Feel free to fork the project though and have fun in your own sandbox.
272
+
273
+ ## Authors ##
274
+
275
+ * [https://github.com/jamesarosen](James A. Rosen)
276
+ * [https://github.com/plukevdh](Luke van der Hoeven)
@@ -27,7 +27,7 @@ module Arturo
27
27
  def error_messages_for(feature, attribute)
28
28
  if feature.errors[attribute].any?
29
29
  content_tag(:ul, :class => 'errors') do
30
- feature.errors[attribute].map { |msg| content_tag(:li, msg, :class => 'error') }.join(''.html_safe)
30
+ feature.errors[attribute].map { |msg| content_tag(:li, msg, :class => 'error') }.join('').html_safe
31
31
  end
32
32
  else
33
33
  ''
@@ -29,12 +29,12 @@ en:
29
29
  title: Forbidden
30
30
  text: You do not have permission to access that resource.
31
31
  flash:
32
- no_such_feature: "No such feature: {id}"
33
- error_updating: "Error updating feature #{id}"
34
- updated_many: "Updated {count} feature(s)"
35
- created: "Created {name}"
32
+ no_such_feature: "No such feature: %{id}"
33
+ error_updating: "Error updating feature %{id}"
34
+ updated_many: "Updated %{count} feature(s)"
35
+ created: "Created %{name}"
36
36
  error_creating: "Sorry, there was an error creating the feature."
37
- updated: "Updated {name}"
38
- error_updating: "Sorry, there was an error updating {name}"
39
- removed: "Removed {name}"
40
- error_removing: "Sorry, there was an error removing {name}"
37
+ updated: "Updated %{name}"
38
+ error_updating: "Sorry, there was an error updating %{name}"
39
+ removed: "Removed %{name}"
40
+ error_removing: "Sorry, there was an error removing %{name}"
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 1
8
- - 2
9
- version: 1.1.2
8
+ - 3
9
+ version: 1.1.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - James A. Rosen
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-11-04 00:00:00 -07:00
17
+ date: 2010-12-19 00:00:00 -08:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency