# -*- encoding: utf-8 -*- # stub: acts_as_permalinkable 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "acts_as_permalinkable".freeze s.version = "0.0.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 = ["Jian Weihang".freeze] s.date = "2014-09-05" s.description = "A Rails plugin to genrate, validates permalink automatically.".freeze s.email = ["tonytonyjan@gmail.com".freeze] s.files = ["MIT-LICENSE".freeze, "Rakefile".freeze, "lib/acts_as_permalinkable.rb".freeze, "lib/acts_as_permalinkable/version.rb".freeze, "lib/tasks/acts_as_permalinkable_tasks.rake".freeze, "test/acts_as_permalinkable_test.rb".freeze, "test/dummy/README.rdoc".freeze, "test/dummy/Rakefile".freeze, "test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/javascripts/posts.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/assets/stylesheets/posts.css".freeze, "test/dummy/app/assets/stylesheets/scaffold.css".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/controllers/posts_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/helpers/posts_helper.rb".freeze, "test/dummy/app/models/post.rb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/app/views/posts/_form.html.erb".freeze, "test/dummy/app/views/posts/edit.html.erb".freeze, "test/dummy/app/views/posts/index.html.erb".freeze, "test/dummy/app/views/posts/new.html.erb".freeze, "test/dummy/app/views/posts/show.html.erb".freeze, "test/dummy/bin/bundle".freeze, "test/dummy/bin/rails".freeze, "test/dummy/bin/rake".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/assets.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/cookies_serializer.rb".freeze, "test/dummy/config/initializers/filter_parameter_logging.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.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/secrets.yml".freeze, "test/dummy/db/development.sqlite3".freeze, "test/dummy/db/migrate/20140905082902_create_posts.rb".freeze, "test/dummy/db/schema.rb".freeze, "test/dummy/log/development.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/test/controllers/posts_controller_test.rb".freeze, "test/dummy/test/fixtures/posts.yml".freeze, "test/dummy/test/helpers/posts_helper_test.rb".freeze, "test/dummy/test/models/post_test.rb".freeze, "test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705".freeze, "test/dummy/tmp/cache/assets/development/sprockets/1e8f75a6b5b33970fb8e397347caa0a1".freeze, "test/dummy/tmp/cache/assets/development/sprockets/24204f742af588c8166d3160b500d20f".freeze, "test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af".freeze, "test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953".freeze, "test/dummy/tmp/cache/assets/development/sprockets/371bf96e99717688ed7313a0c53f4212".freeze, "test/dummy/tmp/cache/assets/development/sprockets/416150dc3ac35079c94273cc46e90aa6".freeze, "test/dummy/tmp/cache/assets/development/sprockets/510da110ae528e2d22533be39ff696c5".freeze, "test/dummy/tmp/cache/assets/development/sprockets/5384ad85f52d3272dbc64d46ef3876a4".freeze, "test/dummy/tmp/cache/assets/development/sprockets/6fc757c2c8329244ca95d6909865bbc2".freeze, "test/dummy/tmp/cache/assets/development/sprockets/c85016e7bbd4f3adbb7635d01f85d39b".freeze, "test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994".freeze, "test/dummy/tmp/cache/assets/development/sprockets/d066c004d1fd26ae76a61303a7a18145".freeze, "test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6".freeze, "test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655".freeze, "test/test_helper.rb".freeze] s.homepage = "http://tonytonyjan.net".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A Rails plugin to genrate permalink automatically.".freeze s.test_files = ["test/acts_as_permalinkable_test.rb".freeze, "test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/javascripts/posts.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/assets/stylesheets/posts.css".freeze, "test/dummy/app/assets/stylesheets/scaffold.css".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/controllers/posts_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/helpers/posts_helper.rb".freeze, "test/dummy/app/models/post.rb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/app/views/posts/_form.html.erb".freeze, "test/dummy/app/views/posts/edit.html.erb".freeze, "test/dummy/app/views/posts/index.html.erb".freeze, "test/dummy/app/views/posts/new.html.erb".freeze, "test/dummy/app/views/posts/show.html.erb".freeze, "test/dummy/bin/bundle".freeze, "test/dummy/bin/rails".freeze, "test/dummy/bin/rake".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/assets.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/cookies_serializer.rb".freeze, "test/dummy/config/initializers/filter_parameter_logging.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.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/secrets.yml".freeze, "test/dummy/config.ru".freeze, "test/dummy/db/development.sqlite3".freeze, "test/dummy/db/migrate/20140905082902_create_posts.rb".freeze, "test/dummy/db/schema.rb".freeze, "test/dummy/log/development.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/README.rdoc".freeze, "test/dummy/test/controllers/posts_controller_test.rb".freeze, "test/dummy/test/fixtures/posts.yml".freeze, "test/dummy/test/helpers/posts_helper_test.rb".freeze, "test/dummy/test/models/post_test.rb".freeze, "test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705".freeze, "test/dummy/tmp/cache/assets/development/sprockets/1e8f75a6b5b33970fb8e397347caa0a1".freeze, "test/dummy/tmp/cache/assets/development/sprockets/24204f742af588c8166d3160b500d20f".freeze, "test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af".freeze, "test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953".freeze, "test/dummy/tmp/cache/assets/development/sprockets/371bf96e99717688ed7313a0c53f4212".freeze, "test/dummy/tmp/cache/assets/development/sprockets/416150dc3ac35079c94273cc46e90aa6".freeze, "test/dummy/tmp/cache/assets/development/sprockets/510da110ae528e2d22533be39ff696c5".freeze, "test/dummy/tmp/cache/assets/development/sprockets/5384ad85f52d3272dbc64d46ef3876a4".freeze, "test/dummy/tmp/cache/assets/development/sprockets/6fc757c2c8329244ca95d6909865bbc2".freeze, "test/dummy/tmp/cache/assets/development/sprockets/c85016e7bbd4f3adbb7635d01f85d39b".freeze, "test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994".freeze, "test/dummy/tmp/cache/assets/development/sprockets/d066c004d1fd26ae76a61303a7a18145".freeze, "test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6".freeze, "test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655".freeze, "test/test_helper.rb".freeze] end