wheels 0.1.20 → 0.1.21

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.20
1
+ 0.1.21
@@ -2,7 +2,7 @@ class Profile < ActiveRecord::Base
2
2
  acts_as_tagger
3
3
  belongs_to :user
4
4
  validates_uniqueness_of :alias
5
- validates :phone, :phone=>true
5
+ # validates :phone, :phone=>true
6
6
  has_attached_file :image,
7
7
  :storage => :s3,
8
8
  :s3_credentials => "#{Rails.root}/config/amazon_s3.yml",
@@ -8,7 +8,6 @@
8
8
  %ul
9
9
  - resource.errors.full_messages.each do |msg|
10
10
  %li= msg
11
-
12
11
  .fieldGroup
13
12
  = f.fields_for :profile do |pf|
14
13
  .field
data/wheels.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{wheels}
8
- s.version = "0.1.20"
8
+ s.version = "0.1.21"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Tyler Gannon"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 20
9
- version: 0.1.20
8
+ - 21
9
+ version: 0.1.21
10
10
  platform: ruby
11
11
  authors:
12
12
  - Tyler Gannon