Sha256: 791e5e4843986f0b486dc2e20d484100772480f386f3aa2fed76d41837060e33

Contents?: true

Size: 1.76 KB

Versions: 0

Compression: gzip

Compressed size: 741 Bytes

Stored size: 741 Bytes

Contents

--- !ruby/object:Gem::Specification 
name: acts_as_followable
version: !ruby/object:Gem::Version 
  hash: 11
  prerelease: 
  segments: 
  - 0
  - 1
  - 8
  version: 0.1.8
platform: ruby
authors: 
- Kristijan Sedlak
autorequire: 
bindir: bin
cert_chain: []

date: 2011-03-09 00:00:00 Z
dependencies: []

description: Implements the following functionality where one model can be followed by other models and and vice versa.
email: xpepermint@gmail.com
executables: []

extensions: []

extra_rdoc_files: 
- README.rdoc
- MIT-LICENSE
files: 
- Rakefile
- app/models/follow.rb
- lib/acts_as_followable/followable.rb
- lib/acts_as_followable/railtie.rb
- lib/acts_as_followable/version.rb
- lib/acts_as_followable.rb
- lib/generators/acts_as_followable_generator.rb
- lib/generators/templates/migration.rb
- lib/generators/USAGE
- test/acts_as_followable_test.rb
- test/database.yml.example
- test/factories/bands.rb
- test/factories/users.rb
- test/follow_test.rb
- test/models/band.rb
- test/models/user.rb
- test/schema.rb
- test/test_helper.rb
- test/TESTING
- README.rdoc
- MIT-LICENSE
homepage: http://github.com/xpepermint/acts_as_followable
licenses: []

post_install_message: 
rdoc_options: 
- --main
- README.rdoc
- --charset=UTF-8
require_paths: 
- lib
required_ruby_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      hash: 3
      segments: 
      - 0
      version: "0"
required_rubygems_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      hash: 3
      segments: 
      - 0
      version: "0"
requirements: []

rubyforge_project: 
rubygems_version: 1.7.2
signing_key: 
specification_version: 3
summary: ActsAsFollowable - Model following.
test_files: []

Package Spec version

acts_as_followable-0.1.8