Sha256: dd40884df9c9f1f4c293a819bbeeca88474aa49b80b6fd82e95160d2f08d740b

Contents?: true

Size: 1.75 KB

Versions: 0

Compression: gzip

Compressed size: 748 Bytes

Stored size: 748 Bytes

Contents

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

date: 2010-11-10 00:00:00 +01:00
default_executable: 
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
- lib/acts_as_followable/followable.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
has_rdoc: true
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.3.7
signing_key: 
specification_version: 3
summary: ActsAsFollowable - Model following.
test_files: []

Package Spec version

acts_as_followable-0.1.0