# -*- encoding: utf-8 -*- # stub: inkwell 2.0.0 ruby lib Gem::Specification.new do |s| s.name = "inkwell".freeze s.version = "2.0.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Sergey Sokolov".freeze] s.date = "2014-01-26" s.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.".freeze s.email = ["sokolov.sergey.a@gmail.com".freeze] s.files = ["MIT-LICENSE".freeze, "README.md".freeze, "README_RU.rdoc".freeze, "Rakefile".freeze, "app/assets/javascripts/inkwell/application.js".freeze, "app/assets/stylesheets/inkwell/application.css".freeze, "app/controllers/inkwell/application_controller.rb".freeze, "app/helpers/inkwell/application_helper.rb".freeze, "app/models/inkwell/blog_item.rb".freeze, "app/models/inkwell/blog_item_category.rb".freeze, "app/models/inkwell/comment.rb".freeze, "app/models/inkwell/community_user.rb".freeze, "app/models/inkwell/favorite_item.rb".freeze, "app/models/inkwell/following.rb".freeze, "app/models/inkwell/timeline_item.rb".freeze, "app/views/layouts/inkwell/application.html.erb".freeze, "config/routes.rb".freeze, "db/migrate/20121202140510_create_inkwell_timeline_items.rb".freeze, "db/migrate/20121202140816_add_columns_to_posts.rb".freeze, "db/migrate/20121209121955_create_inkwell_blog_items.rb".freeze, "db/migrate/20121209123557_create_inkwell_favorite_items.rb".freeze, "db/migrate/20121209124435_add_columns_to_users.rb".freeze, "db/migrate/20121209124743_create_inkwell_comments.rb".freeze, "db/migrate/20130202130010_change_tables_for_communities.rb".freeze, "db/migrate/20130202130020_add_community_ids_to_post.rb".freeze, "db/migrate/20130202130030_change_is_comment_to_item_type.rb".freeze, "db/migrate/20130202130040_add_owner_type_to_lines.rb".freeze, "db/migrate/20130212130858_refactor_comment_table.rb".freeze, "db/migrate/20130212130868_rename_parent_id_to_parent_comment_id_in_comment_table.rb".freeze, "db/migrate/20130212130878_change_community_table_for_adding_types_and_user_access.rb".freeze, "db/migrate/20130212130888_refactor_followings_relation.rb".freeze, "db/migrate/20130212130898_refactor_user_community_relation.rb".freeze, "db/migrate/20130212130908_refactor_invites_bans_mutes.rb".freeze, "db/migrate/20130212130918_change_tables_for_categories.rb".freeze, "lib/acts_as_inkwell_category/base.rb".freeze, "lib/acts_as_inkwell_community/base.rb".freeze, "lib/acts_as_inkwell_post/base.rb".freeze, "lib/acts_as_inkwell_user/base.rb".freeze, "lib/common/base.rb".freeze, "lib/inkwell.rb".freeze, "lib/inkwell/engine.rb".freeze, "lib/inkwell/version.rb".freeze, "lib/tasks/inkwell_tasks.rake".freeze, "test/dummy/Rakefile".freeze, "test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/models/category.rb".freeze, "test/dummy/app/models/community.rb".freeze, "test/dummy/app/models/post.rb".freeze, "test/dummy/app/models/user.rb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/config.ru".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/inkwell.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/secret_token.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/db/development.sqlite3".freeze, "test/dummy/db/migrate/20121202111750_create_posts.rb".freeze, "test/dummy/db/migrate/20121202112556_create_users.rb".freeze, "test/dummy/db/migrate/20130201155147_create_communities.rb".freeze, "test/dummy/db/migrate/20130208134948_create_inkwell_timeline_items.inkwell.rb".freeze, "test/dummy/db/migrate/20130208134949_add_columns_to_posts.inkwell.rb".freeze, "test/dummy/db/migrate/20130208134950_create_inkwell_blog_items.inkwell.rb".freeze, "test/dummy/db/migrate/20130208134951_create_inkwell_favorite_items.inkwell.rb".freeze, "test/dummy/db/migrate/20130208134952_add_columns_to_users.inkwell.rb".freeze, "test/dummy/db/migrate/20130208134953_create_inkwell_comments.inkwell.rb".freeze, "test/dummy/db/migrate/20130208134954_change_tables_for_communities.inkwell.rb".freeze, "test/dummy/db/migrate/20130208134955_add_community_ids_to_post.inkwell.rb".freeze, "test/dummy/db/migrate/20130210231424_change_is_comment_to_item_type.inkwell.rb".freeze, "test/dummy/db/migrate/20130212130848_add_owner_type_to_lines.inkwell.rb".freeze, "test/dummy/db/migrate/20130213101736_refactor_comment_table.inkwell.rb".freeze, "test/dummy/db/migrate/20130213121414_rename_parent_id_to_parent_comment_id_in_comment_table.inkwell.rb".freeze, "test/dummy/db/migrate/20130217135512_change_community_table_for_adding_types_and_user_access.inkwell.rb".freeze, "test/dummy/db/migrate/20130227154519_refactor_followings_relation.inkwell.rb".freeze, "test/dummy/db/migrate/20130228115224_refactor_user_community_relation.inkwell.rb".freeze, "test/dummy/db/migrate/20130312084529_refactor_invites_bans_mutes.inkwell.rb".freeze, "test/dummy/db/migrate/20130324114017_create_categories.rb".freeze, "test/dummy/db/migrate/20130330184136_change_tables_for_categories.inkwell.rb".freeze, "test/dummy/db/schema.rb".freeze, "test/dummy/db/seeds.rb".freeze, "test/dummy/db/test.sqlite3".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/script/rails".freeze, "test/dummy/spec/functional/blogline_spec.rb".freeze, "test/dummy/spec/functional/category_spec.rb".freeze, "test/dummy/spec/functional/comments_spec.rb".freeze, "test/dummy/spec/functional/community_spec.rb".freeze, "test/dummy/spec/functional/favorite_spec.rb".freeze, "test/dummy/spec/functional/following_spec.rb".freeze, "test/dummy/spec/functional/reblog_spec.rb".freeze, "test/dummy/spec/functional/timeline_spec.rb".freeze, "test/dummy/spec/spec_helper.rb".freeze, "test/dummy_without_community/Rakefile".freeze, "test/dummy_without_community/app/assets/javascripts/application.js".freeze, "test/dummy_without_community/app/assets/stylesheets/application.css".freeze, "test/dummy_without_community/app/controllers/application_controller.rb".freeze, "test/dummy_without_community/app/helpers/application_helper.rb".freeze, "test/dummy_without_community/app/models/post.rb".freeze, "test/dummy_without_community/app/models/user.rb".freeze, "test/dummy_without_community/app/views/layouts/application.html.erb".freeze, "test/dummy_without_community/config.ru".freeze, "test/dummy_without_community/config/application.rb".freeze, "test/dummy_without_community/config/boot.rb".freeze, "test/dummy_without_community/config/database.yml".freeze, "test/dummy_without_community/config/environment.rb".freeze, "test/dummy_without_community/config/environments/development.rb".freeze, "test/dummy_without_community/config/environments/production.rb".freeze, "test/dummy_without_community/config/environments/test.rb".freeze, "test/dummy_without_community/config/initializers/backtrace_silencers.rb".freeze, "test/dummy_without_community/config/initializers/inflections.rb".freeze, "test/dummy_without_community/config/initializers/inkwell.rb".freeze, "test/dummy_without_community/config/initializers/mime_types.rb".freeze, "test/dummy_without_community/config/initializers/secret_token.rb".freeze, "test/dummy_without_community/config/initializers/session_store.rb".freeze, "test/dummy_without_community/config/initializers/wrap_parameters.rb".freeze, "test/dummy_without_community/config/locales/en.yml".freeze, "test/dummy_without_community/config/routes.rb".freeze, "test/dummy_without_community/db/migrate/20121202111750_create_posts.rb".freeze, "test/dummy_without_community/db/migrate/20121202112556_create_users.rb".freeze, "test/dummy_without_community/db/migrate/20130208134743_create_inkwell_timeline_items.inkwell.rb".freeze, "test/dummy_without_community/db/migrate/20130208134744_add_columns_to_posts.inkwell.rb".freeze, "test/dummy_without_community/db/migrate/20130208134745_create_inkwell_blog_items.inkwell.rb".freeze, "test/dummy_without_community/db/migrate/20130208134746_create_inkwell_favorite_items.inkwell.rb".freeze, "test/dummy_without_community/db/migrate/20130208134747_add_columns_to_users.inkwell.rb".freeze, "test/dummy_without_community/db/migrate/20130208134748_create_inkwell_comments.inkwell.rb".freeze, "test/dummy_without_community/db/migrate/20130208134749_change_tables_for_communities.inkwell.rb".freeze, "test/dummy_without_community/db/migrate/20130208134750_add_community_ids_to_post.inkwell.rb".freeze, "test/dummy_without_community/db/migrate/20130213115833_change_is_comment_to_item_type.inkwell.rb".freeze, "test/dummy_without_community/db/migrate/20130213115834_add_owner_type_to_lines.inkwell.rb".freeze, "test/dummy_without_community/db/migrate/20130213115835_refactor_comment_table.inkwell.rb".freeze, "test/dummy_without_community/db/migrate/20130219152805_rename_parent_id_to_parent_comment_id_in_comment_table.inkwell.rb".freeze, "test/dummy_without_community/db/migrate/20130219152806_change_community_table_for_adding_types_and_user_access.inkwell.rb".freeze, "test/dummy_without_community/db/migrate/20130313083915_refactor_followings_relation.inkwell.rb".freeze, "test/dummy_without_community/db/migrate/20130313083916_refactor_user_community_relation.inkwell.rb".freeze, "test/dummy_without_community/db/migrate/20130313083917_refactor_invites_bans_mutes.inkwell.rb".freeze, "test/dummy_without_community/db/migrate/20130331123647_change_tables_for_categories.inkwell.rb".freeze, "test/dummy_without_community/db/schema.rb".freeze, "test/dummy_without_community/db/seeds.rb".freeze, "test/dummy_without_community/public/404.html".freeze, "test/dummy_without_community/public/422.html".freeze, "test/dummy_without_community/public/500.html".freeze, "test/dummy_without_community/public/favicon.ico".freeze, "test/dummy_without_community/script/rails".freeze, "test/dummy_without_community/spec/functional/blogline_spec.rb".freeze, "test/dummy_without_community/spec/functional/comments_spec.rb".freeze, "test/dummy_without_community/spec/functional/favorite_spec.rb".freeze, "test/dummy_without_community/spec/functional/following_spec.rb".freeze, "test/dummy_without_community/spec/functional/reblog_spec.rb".freeze, "test/dummy_without_community/spec/functional/timeline_spec.rb".freeze, "test/dummy_without_community/spec/spec_helper.rb".freeze] s.homepage = "https://github.com/salkar/inkwell#inkwell".freeze s.rubygems_version = "3.5.10".freeze s.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.".freeze s.test_files = ["test/dummy/script/rails".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/inkwell.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/secret_token.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/spec/spec_helper.rb".freeze, "test/dummy/spec/functional/category_spec.rb".freeze, "test/dummy/spec/functional/blogline_spec.rb".freeze, "test/dummy/spec/functional/following_spec.rb".freeze, "test/dummy/spec/functional/favorite_spec.rb".freeze, "test/dummy/spec/functional/reblog_spec.rb".freeze, "test/dummy/spec/functional/timeline_spec.rb".freeze, "test/dummy/spec/functional/comments_spec.rb".freeze, "test/dummy/spec/functional/community_spec.rb".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/Rakefile".freeze, "test/dummy/config.ru".freeze, "test/dummy/db/seeds.rb".freeze, "test/dummy/db/development.sqlite3".freeze, "test/dummy/db/schema.rb".freeze, "test/dummy/db/test.sqlite3".freeze, "test/dummy/db/migrate/20130208134950_create_inkwell_blog_items.inkwell.rb".freeze, "test/dummy/db/migrate/20130217135512_change_community_table_for_adding_types_and_user_access.inkwell.rb".freeze, "test/dummy/db/migrate/20130208134952_add_columns_to_users.inkwell.rb".freeze, "test/dummy/db/migrate/20130208134954_change_tables_for_communities.inkwell.rb".freeze, "test/dummy/db/migrate/20130208134949_add_columns_to_posts.inkwell.rb".freeze, "test/dummy/db/migrate/20121202111750_create_posts.rb".freeze, "test/dummy/db/migrate/20130227154519_refactor_followings_relation.inkwell.rb".freeze, "test/dummy/db/migrate/20130312084529_refactor_invites_bans_mutes.inkwell.rb".freeze, "test/dummy/db/migrate/20130208134955_add_community_ids_to_post.inkwell.rb".freeze, "test/dummy/db/migrate/20130330184136_change_tables_for_categories.inkwell.rb".freeze, "test/dummy/db/migrate/20130324114017_create_categories.rb".freeze, "test/dummy/db/migrate/20130228115224_refactor_user_community_relation.inkwell.rb".freeze, "test/dummy/db/migrate/20130213101736_refactor_comment_table.inkwell.rb".freeze, "test/dummy/db/migrate/20130208134953_create_inkwell_comments.inkwell.rb".freeze, "test/dummy/db/migrate/20121202112556_create_users.rb".freeze, "test/dummy/db/migrate/20130213121414_rename_parent_id_to_parent_comment_id_in_comment_table.inkwell.rb".freeze, "test/dummy/db/migrate/20130208134951_create_inkwell_favorite_items.inkwell.rb".freeze, "test/dummy/db/migrate/20130201155147_create_communities.rb".freeze, "test/dummy/db/migrate/20130212130848_add_owner_type_to_lines.inkwell.rb".freeze, "test/dummy/db/migrate/20130210231424_change_is_comment_to_item_type.inkwell.rb".freeze, "test/dummy/db/migrate/20130208134948_create_inkwell_timeline_items.inkwell.rb".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/app/models/post.rb".freeze, "test/dummy/app/models/community.rb".freeze, "test/dummy/app/models/category.rb".freeze, "test/dummy/app/models/user.rb".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy_without_community/script/rails".freeze, "test/dummy_without_community/config/routes.rb".freeze, "test/dummy_without_community/config/environment.rb".freeze, "test/dummy_without_community/config/application.rb".freeze, "test/dummy_without_community/config/locales/en.yml".freeze, "test/dummy_without_community/config/database.yml".freeze, "test/dummy_without_community/config/boot.rb".freeze, "test/dummy_without_community/config/initializers/inflections.rb".freeze, "test/dummy_without_community/config/initializers/inkwell.rb".freeze, "test/dummy_without_community/config/initializers/session_store.rb".freeze, "test/dummy_without_community/config/initializers/backtrace_silencers.rb".freeze, "test/dummy_without_community/config/initializers/secret_token.rb".freeze, "test/dummy_without_community/config/initializers/wrap_parameters.rb".freeze, "test/dummy_without_community/config/initializers/mime_types.rb".freeze, "test/dummy_without_community/config/environments/production.rb".freeze, "test/dummy_without_community/config/environments/development.rb".freeze, "test/dummy_without_community/config/environments/test.rb".freeze, "test/dummy_without_community/spec/spec_helper.rb".freeze, "test/dummy_without_community/spec/functional/blogline_spec.rb".freeze, "test/dummy_without_community/spec/functional/following_spec.rb".freeze, "test/dummy_without_community/spec/functional/favorite_spec.rb".freeze, "test/dummy_without_community/spec/functional/reblog_spec.rb".freeze, "test/dummy_without_community/spec/functional/timeline_spec.rb".freeze, "test/dummy_without_community/spec/functional/comments_spec.rb".freeze, "test/dummy_without_community/public/422.html".freeze, "test/dummy_without_community/public/favicon.ico".freeze, "test/dummy_without_community/public/404.html".freeze, "test/dummy_without_community/public/500.html".freeze, "test/dummy_without_community/Rakefile".freeze, "test/dummy_without_community/config.ru".freeze, "test/dummy_without_community/db/seeds.rb".freeze, "test/dummy_without_community/db/schema.rb".freeze, "test/dummy_without_community/db/migrate/20130208134749_change_tables_for_communities.inkwell.rb".freeze, "test/dummy_without_community/db/migrate/20121202111750_create_posts.rb".freeze, "test/dummy_without_community/db/migrate/20130313083917_refactor_invites_bans_mutes.inkwell.rb".freeze, "test/dummy_without_community/db/migrate/20130219152805_rename_parent_id_to_parent_comment_id_in_comment_table.inkwell.rb".freeze, "test/dummy_without_community/db/migrate/20130208134743_create_inkwell_timeline_items.inkwell.rb".freeze, "test/dummy_without_community/db/migrate/20130208134744_add_columns_to_posts.inkwell.rb".freeze, "test/dummy_without_community/db/migrate/20130219152806_change_community_table_for_adding_types_and_user_access.inkwell.rb".freeze, "test/dummy_without_community/db/migrate/20130213115835_refactor_comment_table.inkwell.rb".freeze, "test/dummy_without_community/db/migrate/20130313083916_refactor_user_community_relation.inkwell.rb".freeze, "test/dummy_without_community/db/migrate/20130208134745_create_inkwell_blog_items.inkwell.rb".freeze, "test/dummy_without_community/db/migrate/20130208134746_create_inkwell_favorite_items.inkwell.rb".freeze, "test/dummy_without_community/db/migrate/20130208134748_create_inkwell_comments.inkwell.rb".freeze, "test/dummy_without_community/db/migrate/20130313083915_refactor_followings_relation.inkwell.rb".freeze, "test/dummy_without_community/db/migrate/20121202112556_create_users.rb".freeze, "test/dummy_without_community/db/migrate/20130331123647_change_tables_for_categories.inkwell.rb".freeze, "test/dummy_without_community/db/migrate/20130208134747_add_columns_to_users.inkwell.rb".freeze, "test/dummy_without_community/db/migrate/20130213115833_change_is_comment_to_item_type.inkwell.rb".freeze, "test/dummy_without_community/db/migrate/20130213115834_add_owner_type_to_lines.inkwell.rb".freeze, "test/dummy_without_community/db/migrate/20130208134750_add_community_ids_to_post.inkwell.rb".freeze, "test/dummy_without_community/app/assets/stylesheets/application.css".freeze, "test/dummy_without_community/app/assets/javascripts/application.js".freeze, "test/dummy_without_community/app/views/layouts/application.html.erb".freeze, "test/dummy_without_community/app/models/post.rb".freeze, "test/dummy_without_community/app/models/user.rb".freeze, "test/dummy_without_community/app/controllers/application_controller.rb".freeze, "test/dummy_without_community/app/helpers/application_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 4.0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 4.0.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 4.0.0".freeze]) end