--- !ruby/object:Gem::Specification name: acts_as_permalinkable version: !ruby/object:Gem::Version version: 0.0.1 platform: ruby authors: - Jian Weihang autorequire: bindir: bin cert_chain: [] date: 2014-09-05 00:00:00.000000000 Z dependencies: [] description: A Rails plugin to genrate, validates permalink automatically. email: - tonytonyjan@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - MIT-LICENSE - Rakefile - lib/acts_as_permalinkable.rb - lib/acts_as_permalinkable/version.rb - lib/tasks/acts_as_permalinkable_tasks.rake - test/acts_as_permalinkable_test.rb - test/dummy/README.rdoc - test/dummy/Rakefile - test/dummy/app/assets/javascripts/application.js - test/dummy/app/assets/javascripts/posts.js - test/dummy/app/assets/stylesheets/application.css - test/dummy/app/assets/stylesheets/posts.css - test/dummy/app/assets/stylesheets/scaffold.css - test/dummy/app/controllers/application_controller.rb - test/dummy/app/controllers/posts_controller.rb - test/dummy/app/helpers/application_helper.rb - test/dummy/app/helpers/posts_helper.rb - test/dummy/app/models/post.rb - test/dummy/app/views/layouts/application.html.erb - test/dummy/app/views/posts/_form.html.erb - test/dummy/app/views/posts/edit.html.erb - test/dummy/app/views/posts/index.html.erb - test/dummy/app/views/posts/new.html.erb - test/dummy/app/views/posts/show.html.erb - test/dummy/bin/bundle - test/dummy/bin/rails - test/dummy/bin/rake - test/dummy/config.ru - test/dummy/config/application.rb - test/dummy/config/boot.rb - test/dummy/config/database.yml - test/dummy/config/environment.rb - test/dummy/config/environments/development.rb - test/dummy/config/environments/production.rb - test/dummy/config/environments/test.rb - test/dummy/config/initializers/assets.rb - test/dummy/config/initializers/backtrace_silencers.rb - test/dummy/config/initializers/cookies_serializer.rb - test/dummy/config/initializers/filter_parameter_logging.rb - test/dummy/config/initializers/inflections.rb - test/dummy/config/initializers/mime_types.rb - test/dummy/config/initializers/session_store.rb - test/dummy/config/initializers/wrap_parameters.rb - test/dummy/config/locales/en.yml - test/dummy/config/routes.rb - test/dummy/config/secrets.yml - test/dummy/db/development.sqlite3 - test/dummy/db/migrate/20140905082902_create_posts.rb - test/dummy/db/schema.rb - test/dummy/log/development.log - test/dummy/public/404.html - test/dummy/public/422.html - test/dummy/public/500.html - test/dummy/public/favicon.ico - test/dummy/test/controllers/posts_controller_test.rb - test/dummy/test/fixtures/posts.yml - test/dummy/test/helpers/posts_helper_test.rb - test/dummy/test/models/post_test.rb - test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 - test/dummy/tmp/cache/assets/development/sprockets/1e8f75a6b5b33970fb8e397347caa0a1 - test/dummy/tmp/cache/assets/development/sprockets/24204f742af588c8166d3160b500d20f - test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af - test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 - test/dummy/tmp/cache/assets/development/sprockets/371bf96e99717688ed7313a0c53f4212 - test/dummy/tmp/cache/assets/development/sprockets/416150dc3ac35079c94273cc46e90aa6 - test/dummy/tmp/cache/assets/development/sprockets/510da110ae528e2d22533be39ff696c5 - test/dummy/tmp/cache/assets/development/sprockets/5384ad85f52d3272dbc64d46ef3876a4 - test/dummy/tmp/cache/assets/development/sprockets/6fc757c2c8329244ca95d6909865bbc2 - test/dummy/tmp/cache/assets/development/sprockets/c85016e7bbd4f3adbb7635d01f85d39b - test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 - test/dummy/tmp/cache/assets/development/sprockets/d066c004d1fd26ae76a61303a7a18145 - test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 - test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 - test/test_helper.rb homepage: http://tonytonyjan.net licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.4.1 signing_key: specification_version: 4 summary: A Rails plugin to genrate permalink automatically. test_files: - test/acts_as_permalinkable_test.rb - test/dummy/app/assets/javascripts/application.js - test/dummy/app/assets/javascripts/posts.js - test/dummy/app/assets/stylesheets/application.css - test/dummy/app/assets/stylesheets/posts.css - test/dummy/app/assets/stylesheets/scaffold.css - test/dummy/app/controllers/application_controller.rb - test/dummy/app/controllers/posts_controller.rb - test/dummy/app/helpers/application_helper.rb - test/dummy/app/helpers/posts_helper.rb - test/dummy/app/models/post.rb - test/dummy/app/views/layouts/application.html.erb - test/dummy/app/views/posts/_form.html.erb - test/dummy/app/views/posts/edit.html.erb - test/dummy/app/views/posts/index.html.erb - test/dummy/app/views/posts/new.html.erb - test/dummy/app/views/posts/show.html.erb - test/dummy/bin/bundle - test/dummy/bin/rails - test/dummy/bin/rake - test/dummy/config/application.rb - test/dummy/config/boot.rb - test/dummy/config/database.yml - test/dummy/config/environment.rb - test/dummy/config/environments/development.rb - test/dummy/config/environments/production.rb - test/dummy/config/environments/test.rb - test/dummy/config/initializers/assets.rb - test/dummy/config/initializers/backtrace_silencers.rb - test/dummy/config/initializers/cookies_serializer.rb - test/dummy/config/initializers/filter_parameter_logging.rb - test/dummy/config/initializers/inflections.rb - test/dummy/config/initializers/mime_types.rb - test/dummy/config/initializers/session_store.rb - test/dummy/config/initializers/wrap_parameters.rb - test/dummy/config/locales/en.yml - test/dummy/config/routes.rb - test/dummy/config/secrets.yml - test/dummy/config.ru - test/dummy/db/development.sqlite3 - test/dummy/db/migrate/20140905082902_create_posts.rb - test/dummy/db/schema.rb - test/dummy/log/development.log - test/dummy/public/404.html - test/dummy/public/422.html - test/dummy/public/500.html - test/dummy/public/favicon.ico - test/dummy/Rakefile - test/dummy/README.rdoc - test/dummy/test/controllers/posts_controller_test.rb - test/dummy/test/fixtures/posts.yml - test/dummy/test/helpers/posts_helper_test.rb - test/dummy/test/models/post_test.rb - test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 - test/dummy/tmp/cache/assets/development/sprockets/1e8f75a6b5b33970fb8e397347caa0a1 - test/dummy/tmp/cache/assets/development/sprockets/24204f742af588c8166d3160b500d20f - test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af - test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 - test/dummy/tmp/cache/assets/development/sprockets/371bf96e99717688ed7313a0c53f4212 - test/dummy/tmp/cache/assets/development/sprockets/416150dc3ac35079c94273cc46e90aa6 - test/dummy/tmp/cache/assets/development/sprockets/510da110ae528e2d22533be39ff696c5 - test/dummy/tmp/cache/assets/development/sprockets/5384ad85f52d3272dbc64d46ef3876a4 - test/dummy/tmp/cache/assets/development/sprockets/6fc757c2c8329244ca95d6909865bbc2 - test/dummy/tmp/cache/assets/development/sprockets/c85016e7bbd4f3adbb7635d01f85d39b - test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 - test/dummy/tmp/cache/assets/development/sprockets/d066c004d1fd26ae76a61303a7a18145 - test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 - test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 - test/test_helper.rb