bobby.gemspec in bobby-0.0.1 vs bobby.gemspec in bobby-0.0.3
- old
+ new
@@ -3,11 +3,11 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{bobby}
- s.version = "0.0.1"
+ s.version = "0.0.3"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Enrique Phillips"]
s.date = %q{2010-07-21}
s.description = %q{Bobby is all about guarding the access to actions on controllers and model instances on your Rails projects, and requires you to setup some authentication
@@ -24,27 +24,52 @@
"LICENSE",
"README.rdoc",
"Rakefile",
"VERSION",
"bobby.gemspec",
- "features/bobby.feature",
- "features/step_definitions/bobby_steps.rb",
+ "features/manage_posts.feature",
+ "features/step_definitions/devise_steps.rb",
+ "features/step_definitions/post_steps.rb",
+ "features/step_definitions/web_steps.rb",
"features/support/env.rb",
+ "features/support/paths.rb",
"lib/bobby.rb",
+ "lib/tasks/.gitkeep",
+ "lib/tasks/cucumber.rake",
+ "lib/tasks/jquery_setup.rake",
"spec/bobby_spec.rb",
+ "spec/controllers/posts_controller_spec.rb",
+ "spec/helpers/posts_helper_spec.rb",
+ "spec/models/post_spec.rb",
+ "spec/requests/posts_spec.rb",
+ "spec/routing/posts_routing_spec.rb",
"spec/spec.opts",
- "spec/spec_helper.rb"
+ "spec/spec_helper.rb",
+ "spec/views/posts/edit.html.erb_spec.rb",
+ "spec/views/posts/index.html.erb_spec.rb",
+ "spec/views/posts/new.html.erb_spec.rb",
+ "spec/views/posts/show.html.erb_spec.rb"
]
s.homepage = %q{http://github.com/ep-wac/Bobby}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.summary = %q{Have the Ol' Bobby Tit Head take his turns at watching over the access to actions on controllers and instances of models?}
s.test_files = [
"spec/bobby_spec.rb",
+ "spec/controllers/posts_controller_spec.rb",
+ "spec/helpers/posts_helper_spec.rb",
+ "spec/models/post_spec.rb",
+ "spec/requests/posts_spec.rb",
+ "spec/routing/posts_routing_spec.rb",
"spec/spec_helper.rb",
+ "spec/views/posts/edit.html.erb_spec.rb",
+ "spec/views/posts/index.html.erb_spec.rb",
+ "spec/views/posts/new.html.erb_spec.rb",
+ "spec/views/posts/show.html.erb_spec.rb",
"test/performance/browsing_test.rb",
- "test/test_helper.rb"
+ "test/test_helper.rb",
+ "test/unit/user_test.rb"
]
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3