Skip to content

Commit

Permalink
Dependencies updated
Browse files Browse the repository at this point in the history
  • Loading branch information
siefca committed Nov 1, 2012
1 parent 2a5d3d3 commit 3595cf8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -2,7 +2,7 @@

# DO NOT EDIT THIS FILE. Instead, edit Rakefile, and run `rake bundler:gemfile`.

source :gemcutter
source "https://rubygems.org/"

gem "railties", "~>3.0"
gem "activemodel", "~>3.0"
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
@@ -1,5 +1,5 @@
GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
abstract (1.0.0)
actionpack (3.0.17)
Expand Down Expand Up @@ -51,7 +51,7 @@ GEM
rake (0.9.2.2)
rdoc (3.12)
json (~> 1.4)
redcarpet (2.2.1)
redcarpet (2.2.2)
rspec (2.11.0)
rspec-core (~> 2.11.0)
rspec-expectations (~> 2.11.0)
Expand All @@ -63,8 +63,8 @@ GEM
supermodel (0.1.6)
activemodel (~> 3.0.0)
thor (0.14.6)
tzinfo (0.3.33)
yard (0.8.2.1)
tzinfo (0.3.34)
yard (0.8.3)

PLATFORMS
ruby
Expand Down
8 changes: 4 additions & 4 deletions attribute-filters.gemspec
Expand Up @@ -2,21 +2,21 @@

Gem::Specification.new do |s|
s.name = "attribute-filters"
s.version = "1.4.0.20120824020319"
s.version = "2.0.0.20121101164113"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Pawe\u{142} Wilk"]
s.cert_chain = ["/Users/siefca/.gem/gem-public_cert.pem"]
s.date = "2012-08-24"
s.date = "2012-11-01"
s.description = "Concise way of filtering model attributes in Rails."
s.email = ["pw@gnu.org"]
s.extra_rdoc_files = ["Manifest.txt"]
s.files = [".rspec", ".yardopts", "ChangeLog", "Gemfile", "Gemfile.lock", "LGPL-LICENSE", "Manifest.txt", "README.md", "Rakefile", "attribute-filters.gemspec", "docs/COPYING", "docs/HISTORY", "docs/LEGAL", "docs/LGPL-LICENSE", "docs/TODO", "docs/USAGE.md", "docs/rdoc.css", "docs/yard-tpl/default/fulldoc/html/css/common.css", "init.rb", "lib/attribute-filters.rb", "lib/attribute-filters/active_model_insert.rb", "lib/attribute-filters/attribute_set.rb", "lib/attribute-filters/attribute_set_annotations.rb", "lib/attribute-filters/attribute_set_attrquery.rb", "lib/attribute-filters/attribute_set_enum.rb", "lib/attribute-filters/attribute_set_query.rb", "lib/attribute-filters/backports.rb", "lib/attribute-filters/common_filters.rb", "lib/attribute-filters/common_filters/case.rb", "lib/attribute-filters/common_filters/join.rb", "lib/attribute-filters/common_filters/split.rb", "lib/attribute-filters/common_filters/squeeze.rb", "lib/attribute-filters/common_filters/strip.rb", "lib/attribute-filters/dsl_attr_virtual.rb", "lib/attribute-filters/dsl_filters.rb", "lib/attribute-filters/dsl_sets.rb", "lib/attribute-filters/helpers.rb", "lib/attribute-filters/railtie.rb", "lib/attribute-filters/version.rb", "spec/attribute-filters_spec.rb", "spec/spec_helper.rb", ".gemtest"]
s.files = [".rspec", ".yardopts", "ChangeLog", "Gemfile", "Gemfile.lock", "LGPL-LICENSE", "Manifest.txt", "README.md", "Rakefile", "attribute-filters.gemspec", "docs/COMMON-FILTERS.md", "docs/COPYING", "docs/HISTORY", "docs/LEGAL", "docs/LGPL-LICENSE", "docs/TODO", "docs/USAGE.md", "docs/rdoc.css", "docs/yard-tpl/default/fulldoc/html/css/common.css", "init.rb", "lib/attribute-filters.rb", "lib/attribute-filters/active_model_insert.rb", "lib/attribute-filters/attribute_set.rb", "lib/attribute-filters/attribute_set_annotations.rb", "lib/attribute-filters/attribute_set_attrquery.rb", "lib/attribute-filters/attribute_set_enum.rb", "lib/attribute-filters/attribute_set_query.rb", "lib/attribute-filters/backports.rb", "lib/attribute-filters/common_filters.rb", "lib/attribute-filters/common_filters/bare.rb", "lib/attribute-filters/common_filters/case.rb", "lib/attribute-filters/common_filters/convert.rb", "lib/attribute-filters/common_filters/join.rb", "lib/attribute-filters/common_filters/order.rb", "lib/attribute-filters/common_filters/pick.rb", "lib/attribute-filters/common_filters/presence.rb", "lib/attribute-filters/common_filters/split.rb", "lib/attribute-filters/common_filters/squeeze.rb", "lib/attribute-filters/common_filters/strip.rb", "lib/attribute-filters/dsl_attr_virtual.rb", "lib/attribute-filters/dsl_filters.rb", "lib/attribute-filters/dsl_sets.rb", "lib/attribute-filters/helpers.rb", "lib/attribute-filters/meta_set.rb", "lib/attribute-filters/railtie.rb", "lib/attribute-filters/version.rb", "spec/attribute-filters_spec.rb", "spec/spec_helper.rb", ".gemtest"]
s.homepage = "https://rubygems.org/gems/attribute-filters/"
s.rdoc_options = ["--title", "Attribute::Filters Documentation", "--quiet"]
s.require_paths = ["lib"]
s.rubyforge_project = "attribute-filters"
s.rubygems_version = "1.8.11"
s.rubygems_version = "1.8.24"
s.signing_key = "/Users/siefca/.gem/gem-private_key.pem"
s.summary = "Concise way of filtering model attributes in Rails"

Expand Down
2 changes: 1 addition & 1 deletion docs/USAGE.md
Expand Up @@ -1733,7 +1733,7 @@ To use all predefined filters you have to manually
include the [`ActiveModel::AttributeFilters::Common`](http://rubydoc.info/gems/attribute-filters/ActiveModel/AttributeFilters/Common)
module. That will include **all available filtering methods** into your model.

Predefined filters work by utilizing global attribute sets of predetermined names. For example
Predefined filters work by utilizing global attribute sets with predetermined names. For example,
a common filter that downcases attributes will use the set called `:should_be_downcased`.

Example:
Expand Down

0 comments on commit 3595cf8

Please sign in to comment.