--- !ruby/object:Gem::Specification name: streamit version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 0 - 1 version: 0.0.1 platform: ruby authors: - Lin He autorequire: bindir: bin cert_chain: [] date: 2011-02-07 00:00:00 -08:00 default_executable: dependencies: [] description: Provide feed stream like feature to rails applications email: "\"he9lin@gmail.com\"" executables: [] extensions: [] extra_rdoc_files: [] files: - lib/generators/streamit_generator.rb - lib/generators/templates/_stream.html.erb - lib/streamit/dsl.rb - lib/streamit/engine.rb - lib/streamit/locales/en.yml - lib/streamit/orm/active_record.rb - lib/streamit/store.rb - lib/streamit.rb - MIT-LICENSE - Rakefile - README.rdoc - test/dummy/app/controllers/application_controller.rb - test/dummy/app/controllers/users_controller.rb - test/dummy/app/models/stream.rb - test/dummy/app/models/user.rb - test/dummy/app/views/layouts/application.html.erb - test/dummy/app/views/streamit/streams/_stream.html.erb - test/dummy/app/views/users/_form.html.erb - test/dummy/app/views/users/edit.html.erb - test/dummy/app/views/users/index.html.erb - test/dummy/app/views/users/new.html.erb - test/dummy/app/views/users/show.html.erb - test/dummy/config/application.rb - test/dummy/config/boot.rb - test/dummy/config/database.yml - test/dummy/config/environment.rb - test/dummy/config/routes.rb - test/dummy/config/environments/development.rb - test/dummy/config/environments/production.rb - test/dummy/config/environments/test.rb - test/dummy/config/initializers/backtrace_silencers.rb - test/dummy/config/initializers/secret_token.rb - test/dummy/config/initializers/session_store.rb - test/dummy/config/locales/en.yml - test/dummy/db/migrate/20110204210955_create_users.rb - test/dummy/db/migrate/20110204210910_create_items.rb - test/dummy/db/migrate/20110204211021_create_watchings.rb - test/dummy/db/migrate/20110206230646_create_streams.rb - test/dummy/public/javascripts/application.js - test/dummy/public/javascripts/controls.js - test/dummy/public/javascripts/dragdrop.js - test/dummy/public/javascripts/effects.js - test/dummy/public/javascripts/prototype.js - test/dummy/public/javascripts/rails.js - test/dummy/public/stylesheets/scaffold.css - test/dummy/script/rails - test/integration/navigation_test.rb - test/support/fixtures.rb - test/support/integration_case.rb - test/store_test.rb - test/streamit_test.rb - test/test_helper.rb has_rdoc: true homepage: http://github.com/he9lin/streamit licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: Provide feed stream like feature to rails applications test_files: - test/dummy/app/controllers/application_controller.rb - test/dummy/app/controllers/users_controller.rb - test/dummy/app/models/stream.rb - test/dummy/app/models/user.rb - test/dummy/app/views/layouts/application.html.erb - test/dummy/app/views/streamit/streams/_stream.html.erb - test/dummy/app/views/users/_form.html.erb - test/dummy/app/views/users/edit.html.erb - test/dummy/app/views/users/index.html.erb - test/dummy/app/views/users/new.html.erb - test/dummy/app/views/users/show.html.erb - test/dummy/config/application.rb - test/dummy/config/boot.rb - test/dummy/config/database.yml - test/dummy/config/environment.rb - test/dummy/config/routes.rb - test/dummy/config/environments/development.rb - test/dummy/config/environments/production.rb - test/dummy/config/environments/test.rb - test/dummy/config/initializers/backtrace_silencers.rb - test/dummy/config/initializers/secret_token.rb - test/dummy/config/initializers/session_store.rb - test/dummy/config/locales/en.yml - test/dummy/db/migrate/20110204210955_create_users.rb - test/dummy/db/migrate/20110204210910_create_items.rb - test/dummy/db/migrate/20110204211021_create_watchings.rb - test/dummy/db/migrate/20110206230646_create_streams.rb - test/dummy/public/javascripts/application.js - test/dummy/public/javascripts/controls.js - test/dummy/public/javascripts/dragdrop.js - test/dummy/public/javascripts/effects.js - test/dummy/public/javascripts/prototype.js - test/dummy/public/javascripts/rails.js - test/dummy/public/stylesheets/scaffold.css - test/dummy/script/rails - test/integration/navigation_test.rb - test/support/fixtures.rb - test/support/integration_case.rb - test/store_test.rb - test/streamit_test.rb - test/test_helper.rb