# -*- encoding: utf-8 -*- # stub: inkwell 0.1.1 ruby lib Gem::Specification.new do |s| s.name = "inkwell".freeze s.version = "0.1.1".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 = "2013-02-02" s.description = "Inkwell provides simple way to add social networking features like comments, reblogs, favorites, following/followers, timelines to your Ruby on Rails application".freeze s.email = ["sokolov.sergey.a@gmail.com".freeze] s.files = ["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/comment.rb".freeze, "app/models/inkwell/favorite_item.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, "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/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/20130120124010_create_inkwell_timeline_items.rb".freeze, "test/dummy/db/migrate/20130120124011_add_columns_to_posts.rb".freeze, "test/dummy/db/migrate/20130120124012_create_inkwell_blog_items.rb".freeze, "test/dummy/db/migrate/20130120124013_create_inkwell_favorite_items.rb".freeze, "test/dummy/db/migrate/20130120124014_add_columns_to_users.rb".freeze, "test/dummy/db/migrate/20130120124015_create_inkwell_comments.rb".freeze, "test/dummy/db/schema.rb".freeze, "test/dummy/db/seeds.rb".freeze, "test/dummy/db/test.sqlite3".freeze, "test/dummy/log/development.log".freeze, "test/dummy/log/test.log".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/comments_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/20130120124010_create_inkwell_timeline_items.rb".freeze, "test/dummy_without_community/db/migrate/20130120124011_add_columns_to_posts.rb".freeze, "test/dummy_without_community/db/migrate/20130120124012_create_inkwell_blog_items.rb".freeze, "test/dummy_without_community/db/migrate/20130120124013_create_inkwell_favorite_items.rb".freeze, "test/dummy_without_community/db/migrate/20130120124014_add_columns_to_users.rb".freeze, "test/dummy_without_community/db/migrate/20130120124015_create_inkwell_comments.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, timelines to your Ruby on Rails application".freeze s.test_files = ["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/post.rb".freeze, "test/dummy/app/models/user.rb".freeze, "test/dummy/app/views/layouts/application.html.erb".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/config.ru".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/20130120124010_create_inkwell_timeline_items.rb".freeze, "test/dummy/db/migrate/20130120124011_add_columns_to_posts.rb".freeze, "test/dummy/db/migrate/20130120124012_create_inkwell_blog_items.rb".freeze, "test/dummy/db/migrate/20130120124013_create_inkwell_favorite_items.rb".freeze, "test/dummy/db/migrate/20130120124014_add_columns_to_users.rb".freeze, "test/dummy/db/migrate/20130120124015_create_inkwell_comments.rb".freeze, "test/dummy/db/schema.rb".freeze, "test/dummy/db/seeds.rb".freeze, "test/dummy/db/test.sqlite3".freeze, "test/dummy/log/development.log".freeze, "test/dummy/log/test.log".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/Rakefile".freeze, "test/dummy/script/rails".freeze, "test/dummy/spec/functional/blogline_spec.rb".freeze, "test/dummy/spec/functional/comments_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/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/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/config.ru".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/20130120124010_create_inkwell_timeline_items.rb".freeze, "test/dummy_without_community/db/migrate/20130120124011_add_columns_to_posts.rb".freeze, "test/dummy_without_community/db/migrate/20130120124012_create_inkwell_blog_items.rb".freeze, "test/dummy_without_community/db/migrate/20130120124013_create_inkwell_favorite_items.rb".freeze, "test/dummy_without_community/db/migrate/20130120124014_add_columns_to_users.rb".freeze, "test/dummy_without_community/db/migrate/20130120124015_create_inkwell_comments.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/Rakefile".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.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 3.1.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3.1.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, [">= 3.1.0".freeze]) end