muck-profiles 0.1.8 → 0.1.9

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.8
1
+ 0.1.9
@@ -14,7 +14,8 @@ module ActiveRecord
14
14
  has_attached_file :photo,
15
15
  :styles => { :medium => "300x300>",
16
16
  :thumb => "100x100>",
17
- :icon => "50x50>" },
17
+ :icon => "50x50>",
18
+ :tiny => "24x24>" },
18
19
  :default_url => "/images/profile_default.jpg"
19
20
 
20
21
 
data/locales/gl.yml CHANGED
@@ -9,4 +9,4 @@ gl:
9
9
  problem_editing_account: "Houbo un problema ao actualizar o seu perfil"
10
10
  update_profile: "Actualizar perfil"
11
11
  upload_photo: "Fai a carga de unha foto:"
12
- view_profile: "Ver Perfil"
12
+ view_profile: "Ver perfil"
data/locales/nl.yml CHANGED
@@ -6,7 +6,7 @@ nl:
6
6
  edit_failure: "Een fout opgetreden tijdens het updaten van je profiel."
7
7
  edit_profile: "Profiel bewerken"
8
8
  edit_success: "Succesvol bijgewerkt op uw profiel"
9
- problem_editing_account: "Er een probleem was het updaten van je profiel"
9
+ problem_editing_account: "Er was een probleem het bijwerken van uw profiel"
10
10
  update_profile: "Update Profile"
11
11
  upload_photo: "Upload een foto:"
12
12
  view_profile: "Bekijk profiel"
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{muck-profiles}
8
- s.version = "0.1.8"
8
+ s.version = "0.1.9"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Justin Ball"]
12
- s.date = %q{2009-08-12}
12
+ s.date = %q{2009-08-13}
13
13
  s.description = %q{Profile engine for the muck system.}
14
14
  s.email = %q{justinball@gmail.com}
15
15
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: muck-profiles
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Ball
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-08-12 00:00:00 -06:00
12
+ date: 2009-08-13 00:00:00 -06:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency