--- !ruby/object:Gem::Specification name: inkwell version: !ruby/object:Gem::Version version: 1.5.2 prerelease: platform: ruby authors: - Sergey Sokolov autorequire: bindir: bin cert_chain: [] date: 2013-07-25 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: railties requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 3.1.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 3.1.0 - !ruby/object:Gem::Dependency name: activerecord requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 3.1.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 3.1.0 - !ruby/object:Gem::Dependency name: rspec-rails requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: database_cleaner requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: sqlite3 requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rails requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 3.1.0 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 3.1.0 description: Inkwell provides simple way to add social networking features like comments, reblogs, favorites, following/followers, communities, categories and timelines to your Ruby on Rails application. email: - sokolov.sergey.a@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - app/models/inkwell/community_user.rb - app/models/inkwell/blog_item_category.rb - app/models/inkwell/favorite_item.rb - app/models/inkwell/blog_item.rb - app/models/inkwell/following.rb - app/models/inkwell/comment.rb - app/models/inkwell/timeline_item.rb - app/views/layouts/inkwell/application.html.erb - app/controllers/inkwell/application_controller.rb - app/assets/stylesheets/inkwell/application.css - app/assets/javascripts/inkwell/application.js - app/helpers/inkwell/application_helper.rb - config/routes.rb - db/migrate/20130202130020_add_community_ids_to_post.rb - db/migrate/20121209123557_create_inkwell_favorite_items.rb - db/migrate/20130212130898_refactor_user_community_relation.rb - db/migrate/20130212130918_change_tables_for_categories.rb - db/migrate/20130212130868_rename_parent_id_to_parent_comment_id_in_comment_table.rb - db/migrate/20121209121955_create_inkwell_blog_items.rb - db/migrate/20121202140816_add_columns_to_posts.rb - db/migrate/20130202130030_change_is_comment_to_item_type.rb - db/migrate/20130202130010_change_tables_for_communities.rb - db/migrate/20121209124435_add_columns_to_users.rb - db/migrate/20130212130888_refactor_followings_relation.rb - db/migrate/20130212130858_refactor_comment_table.rb - db/migrate/20121202140510_create_inkwell_timeline_items.rb - db/migrate/20130212130878_change_community_table_for_adding_types_and_user_access.rb - db/migrate/20130212130908_refactor_invites_bans_mutes.rb - db/migrate/20121209124743_create_inkwell_comments.rb - db/migrate/20130202130040_add_owner_type_to_lines.rb - lib/tasks/inkwell_tasks.rake - lib/inkwell/version.rb - lib/inkwell/engine.rb - lib/acts_as_inkwell_post/base.rb - lib/common/base.rb - lib/acts_as_inkwell_user/base.rb - lib/acts_as_inkwell_category/base.rb - lib/inkwell.rb - lib/acts_as_inkwell_community/base.rb - Rakefile - MIT-LICENSE - README_RU.rdoc - README-1.2.0.md - README.md - test/dummy_without_community/app/models/user.rb - test/dummy_without_community/app/models/post.rb - test/dummy_without_community/app/views/layouts/application.html.erb - test/dummy_without_community/app/controllers/application_controller.rb - test/dummy_without_community/app/assets/stylesheets/application.css - test/dummy_without_community/app/assets/javascripts/application.js - test/dummy_without_community/app/helpers/application_helper.rb - test/dummy_without_community/config/environment.rb - test/dummy_without_community/config/environments/test.rb - test/dummy_without_community/config/environments/development.rb - test/dummy_without_community/config/environments/production.rb - test/dummy_without_community/config/database.yml - test/dummy_without_community/config/initializers/session_store.rb - test/dummy_without_community/config/initializers/inflections.rb - test/dummy_without_community/config/initializers/mime_types.rb - test/dummy_without_community/config/initializers/secret_token.rb - test/dummy_without_community/config/initializers/wrap_parameters.rb - test/dummy_without_community/config/initializers/inkwell.rb - test/dummy_without_community/config/initializers/backtrace_silencers.rb - test/dummy_without_community/config/boot.rb - test/dummy_without_community/config/application.rb - test/dummy_without_community/config/routes.rb - test/dummy_without_community/config/locales/en.yml - test/dummy_without_community/config.ru - test/dummy_without_community/db/migrate/20130219152806_change_community_table_for_adding_types_and_user_access.inkwell.rb - test/dummy_without_community/db/migrate/20130208134750_add_community_ids_to_post.inkwell.rb - test/dummy_without_community/db/migrate/20130313083916_refactor_user_community_relation.inkwell.rb - test/dummy_without_community/db/migrate/20130208134749_change_tables_for_communities.inkwell.rb - test/dummy_without_community/db/migrate/20130208134745_create_inkwell_blog_items.inkwell.rb - test/dummy_without_community/db/migrate/20121202111750_create_posts.rb - test/dummy_without_community/db/migrate/20130219152805_rename_parent_id_to_parent_comment_id_in_comment_table.inkwell.rb - test/dummy_without_community/db/migrate/20130208134748_create_inkwell_comments.inkwell.rb - test/dummy_without_community/db/migrate/20130313083915_refactor_followings_relation.inkwell.rb - test/dummy_without_community/db/migrate/20130213115835_refactor_comment_table.inkwell.rb - test/dummy_without_community/db/migrate/20130331123647_change_tables_for_categories.inkwell.rb - test/dummy_without_community/db/migrate/20130213115834_add_owner_type_to_lines.inkwell.rb - test/dummy_without_community/db/migrate/20130208134743_create_inkwell_timeline_items.inkwell.rb - test/dummy_without_community/db/migrate/20130208134747_add_columns_to_users.inkwell.rb - test/dummy_without_community/db/migrate/20121202112556_create_users.rb - test/dummy_without_community/db/migrate/20130208134746_create_inkwell_favorite_items.inkwell.rb - test/dummy_without_community/db/migrate/20130213115833_change_is_comment_to_item_type.inkwell.rb - test/dummy_without_community/db/migrate/20130313083917_refactor_invites_bans_mutes.inkwell.rb - test/dummy_without_community/db/migrate/20130208134744_add_columns_to_posts.inkwell.rb - test/dummy_without_community/db/schema.rb - test/dummy_without_community/db/seeds.rb - test/dummy_without_community/Rakefile - test/dummy_without_community/log/test.hello - test/dummy_without_community/script/rails - test/dummy_without_community/spec/spec_helper.rb - test/dummy_without_community/spec/functional/favorite_spec.rb - test/dummy_without_community/spec/functional/comments_spec.rb - test/dummy_without_community/spec/functional/following_spec.rb - test/dummy_without_community/spec/functional/reblog_spec.rb - test/dummy_without_community/spec/functional/blogline_spec.rb - test/dummy_without_community/spec/functional/timeline_spec.rb - test/dummy_without_community/public/422.html - test/dummy_without_community/public/500.html - test/dummy_without_community/public/favicon.ico - test/dummy_without_community/public/404.html - test/dummy/app/models/user.rb - test/dummy/app/models/category.rb - test/dummy/app/models/post.rb - test/dummy/app/models/community.rb - test/dummy/app/views/layouts/application.html.erb - test/dummy/app/controllers/application_controller.rb - test/dummy/app/assets/stylesheets/application.css - test/dummy/app/assets/javascripts/application.js - test/dummy/app/helpers/application_helper.rb - test/dummy/config/environment.rb - test/dummy/config/environments/test.rb - test/dummy/config/environments/development.rb - test/dummy/config/environments/production.rb - test/dummy/config/database.yml - test/dummy/config/initializers/session_store.rb - test/dummy/config/initializers/inflections.rb - test/dummy/config/initializers/mime_types.rb - test/dummy/config/initializers/secret_token.rb - test/dummy/config/initializers/wrap_parameters.rb - test/dummy/config/initializers/inkwell.rb - test/dummy/config/initializers/backtrace_silencers.rb - test/dummy/config/boot.rb - test/dummy/config/application.rb - test/dummy/config/routes.rb - test/dummy/config/locales/en.yml - test/dummy/config.ru - test/dummy/db/migrate/20130210231424_change_is_comment_to_item_type.inkwell.rb - test/dummy/db/migrate/20130324114017_create_categories.rb - test/dummy/db/migrate/20130208134953_create_inkwell_comments.inkwell.rb - test/dummy/db/migrate/20130208134948_create_inkwell_timeline_items.inkwell.rb - test/dummy/db/migrate/20130208134950_create_inkwell_blog_items.inkwell.rb - test/dummy/db/migrate/20130213121414_rename_parent_id_to_parent_comment_id_in_comment_table.inkwell.rb - test/dummy/db/migrate/20121202111750_create_posts.rb - test/dummy/db/migrate/20130217135512_change_community_table_for_adding_types_and_user_access.inkwell.rb - test/dummy/db/migrate/20130208134952_add_columns_to_users.inkwell.rb - test/dummy/db/migrate/20130227154519_refactor_followings_relation.inkwell.rb - test/dummy/db/migrate/20121202112556_create_users.rb - test/dummy/db/migrate/20130312084529_refactor_invites_bans_mutes.inkwell.rb - test/dummy/db/migrate/20130213101736_refactor_comment_table.inkwell.rb - test/dummy/db/migrate/20130228115224_refactor_user_community_relation.inkwell.rb - test/dummy/db/migrate/20130208134949_add_columns_to_posts.inkwell.rb - test/dummy/db/migrate/20130208134951_create_inkwell_favorite_items.inkwell.rb - test/dummy/db/migrate/20130208134955_add_community_ids_to_post.inkwell.rb - test/dummy/db/migrate/20130330184136_change_tables_for_categories.inkwell.rb - test/dummy/db/migrate/20130201155147_create_communities.rb - test/dummy/db/migrate/20130212130848_add_owner_type_to_lines.inkwell.rb - test/dummy/db/migrate/20130208134954_change_tables_for_communities.inkwell.rb - test/dummy/db/schema.rb - test/dummy/db/seeds.rb - test/dummy/Rakefile - test/dummy/script/rails - test/dummy/spec/spec_helper.rb - test/dummy/spec/functional/favorite_spec.rb - test/dummy/spec/functional/category_spec.rb - test/dummy/spec/functional/comments_spec.rb - test/dummy/spec/functional/following_spec.rb - test/dummy/spec/functional/reblog_spec.rb - test/dummy/spec/functional/blogline_spec.rb - test/dummy/spec/functional/timeline_spec.rb - test/dummy/spec/functional/community_spec.rb - test/dummy/public/422.html - test/dummy/public/500.html - test/dummy/public/favicon.ico - test/dummy/public/404.html homepage: https://github.com/salkar/inkwell#inkwell licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.25 signing_key: specification_version: 3 summary: Inkwell provides simple way to add social networking features like comments, reblogs, favorites, following/followers, communities, categories and timelines to your Ruby on Rails application. test_files: - test/dummy_without_community/app/models/user.rb - test/dummy_without_community/app/models/post.rb - test/dummy_without_community/app/views/layouts/application.html.erb - test/dummy_without_community/app/controllers/application_controller.rb - test/dummy_without_community/app/assets/stylesheets/application.css - test/dummy_without_community/app/assets/javascripts/application.js - test/dummy_without_community/app/helpers/application_helper.rb - test/dummy_without_community/config/environment.rb - test/dummy_without_community/config/environments/test.rb - test/dummy_without_community/config/environments/development.rb - test/dummy_without_community/config/environments/production.rb - test/dummy_without_community/config/database.yml - test/dummy_without_community/config/initializers/session_store.rb - test/dummy_without_community/config/initializers/inflections.rb - test/dummy_without_community/config/initializers/mime_types.rb - test/dummy_without_community/config/initializers/secret_token.rb - test/dummy_without_community/config/initializers/wrap_parameters.rb - test/dummy_without_community/config/initializers/inkwell.rb - test/dummy_without_community/config/initializers/backtrace_silencers.rb - test/dummy_without_community/config/boot.rb - test/dummy_without_community/config/application.rb - test/dummy_without_community/config/routes.rb - test/dummy_without_community/config/locales/en.yml - test/dummy_without_community/config.ru - test/dummy_without_community/db/migrate/20130219152806_change_community_table_for_adding_types_and_user_access.inkwell.rb - test/dummy_without_community/db/migrate/20130208134750_add_community_ids_to_post.inkwell.rb - test/dummy_without_community/db/migrate/20130313083916_refactor_user_community_relation.inkwell.rb - test/dummy_without_community/db/migrate/20130208134749_change_tables_for_communities.inkwell.rb - test/dummy_without_community/db/migrate/20130208134745_create_inkwell_blog_items.inkwell.rb - test/dummy_without_community/db/migrate/20121202111750_create_posts.rb - test/dummy_without_community/db/migrate/20130219152805_rename_parent_id_to_parent_comment_id_in_comment_table.inkwell.rb - test/dummy_without_community/db/migrate/20130208134748_create_inkwell_comments.inkwell.rb - test/dummy_without_community/db/migrate/20130313083915_refactor_followings_relation.inkwell.rb - test/dummy_without_community/db/migrate/20130213115835_refactor_comment_table.inkwell.rb - test/dummy_without_community/db/migrate/20130331123647_change_tables_for_categories.inkwell.rb - test/dummy_without_community/db/migrate/20130213115834_add_owner_type_to_lines.inkwell.rb - test/dummy_without_community/db/migrate/20130208134743_create_inkwell_timeline_items.inkwell.rb - test/dummy_without_community/db/migrate/20130208134747_add_columns_to_users.inkwell.rb - test/dummy_without_community/db/migrate/20121202112556_create_users.rb - test/dummy_without_community/db/migrate/20130208134746_create_inkwell_favorite_items.inkwell.rb - test/dummy_without_community/db/migrate/20130213115833_change_is_comment_to_item_type.inkwell.rb - test/dummy_without_community/db/migrate/20130313083917_refactor_invites_bans_mutes.inkwell.rb - test/dummy_without_community/db/migrate/20130208134744_add_columns_to_posts.inkwell.rb - test/dummy_without_community/db/schema.rb - test/dummy_without_community/db/seeds.rb - test/dummy_without_community/Rakefile - test/dummy_without_community/log/test.hello - test/dummy_without_community/script/rails - test/dummy_without_community/spec/spec_helper.rb - test/dummy_without_community/spec/functional/favorite_spec.rb - test/dummy_without_community/spec/functional/comments_spec.rb - test/dummy_without_community/spec/functional/following_spec.rb - test/dummy_without_community/spec/functional/reblog_spec.rb - test/dummy_without_community/spec/functional/blogline_spec.rb - test/dummy_without_community/spec/functional/timeline_spec.rb - test/dummy_without_community/public/422.html - test/dummy_without_community/public/500.html - test/dummy_without_community/public/favicon.ico - test/dummy_without_community/public/404.html - test/dummy/app/models/user.rb - test/dummy/app/models/category.rb - test/dummy/app/models/post.rb - test/dummy/app/models/community.rb - test/dummy/app/views/layouts/application.html.erb - test/dummy/app/controllers/application_controller.rb - test/dummy/app/assets/stylesheets/application.css - test/dummy/app/assets/javascripts/application.js - test/dummy/app/helpers/application_helper.rb - test/dummy/config/environment.rb - test/dummy/config/environments/test.rb - test/dummy/config/environments/development.rb - test/dummy/config/environments/production.rb - test/dummy/config/database.yml - test/dummy/config/initializers/session_store.rb - test/dummy/config/initializers/inflections.rb - test/dummy/config/initializers/mime_types.rb - test/dummy/config/initializers/secret_token.rb - test/dummy/config/initializers/wrap_parameters.rb - test/dummy/config/initializers/inkwell.rb - test/dummy/config/initializers/backtrace_silencers.rb - test/dummy/config/boot.rb - test/dummy/config/application.rb - test/dummy/config/routes.rb - test/dummy/config/locales/en.yml - test/dummy/config.ru - test/dummy/db/migrate/20130210231424_change_is_comment_to_item_type.inkwell.rb - test/dummy/db/migrate/20130324114017_create_categories.rb - test/dummy/db/migrate/20130208134953_create_inkwell_comments.inkwell.rb - test/dummy/db/migrate/20130208134948_create_inkwell_timeline_items.inkwell.rb - test/dummy/db/migrate/20130208134950_create_inkwell_blog_items.inkwell.rb - test/dummy/db/migrate/20130213121414_rename_parent_id_to_parent_comment_id_in_comment_table.inkwell.rb - test/dummy/db/migrate/20121202111750_create_posts.rb - test/dummy/db/migrate/20130217135512_change_community_table_for_adding_types_and_user_access.inkwell.rb - test/dummy/db/migrate/20130208134952_add_columns_to_users.inkwell.rb - test/dummy/db/migrate/20130227154519_refactor_followings_relation.inkwell.rb - test/dummy/db/migrate/20121202112556_create_users.rb - test/dummy/db/migrate/20130312084529_refactor_invites_bans_mutes.inkwell.rb - test/dummy/db/migrate/20130213101736_refactor_comment_table.inkwell.rb - test/dummy/db/migrate/20130228115224_refactor_user_community_relation.inkwell.rb - test/dummy/db/migrate/20130208134949_add_columns_to_posts.inkwell.rb - test/dummy/db/migrate/20130208134951_create_inkwell_favorite_items.inkwell.rb - test/dummy/db/migrate/20130208134955_add_community_ids_to_post.inkwell.rb - test/dummy/db/migrate/20130330184136_change_tables_for_categories.inkwell.rb - test/dummy/db/migrate/20130201155147_create_communities.rb - test/dummy/db/migrate/20130212130848_add_owner_type_to_lines.inkwell.rb - test/dummy/db/migrate/20130208134954_change_tables_for_communities.inkwell.rb - test/dummy/db/schema.rb - test/dummy/db/seeds.rb - test/dummy/Rakefile - test/dummy/script/rails - test/dummy/spec/spec_helper.rb - test/dummy/spec/functional/favorite_spec.rb - test/dummy/spec/functional/category_spec.rb - test/dummy/spec/functional/comments_spec.rb - test/dummy/spec/functional/following_spec.rb - test/dummy/spec/functional/reblog_spec.rb - test/dummy/spec/functional/blogline_spec.rb - test/dummy/spec/functional/timeline_spec.rb - test/dummy/spec/functional/community_spec.rb - test/dummy/public/422.html - test/dummy/public/500.html - test/dummy/public/favicon.ico - test/dummy/public/404.html