Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bumped to version 0.4.4
  • Loading branch information
jferris committed Feb 2, 2009
1 parent 368d0d4 commit 57c3d35
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.textile
@@ -0,0 +1,4 @@
h2. 0.4.4 (2/2/2009)

* Added a generator for Cucumber features
* Standarized naming for "Sign up," "Sign in," and "Sign out"
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -50,7 +50,7 @@ task :default => ['test:all', 'test:features']

gem_spec = Gem::Specification.new do |gem_spec|
gem_spec.name = "clearance"
gem_spec.version = "0.4.3"
gem_spec.version = "0.4.4"
gem_spec.summary = "Rails authentication for developers who write tests."
gem_spec.email = "support@thoughtbot.com"
gem_spec.homepage = "http://github.com/thoughtbot/clearance"
Expand Down
16 changes: 14 additions & 2 deletions clearance.gemspec
@@ -1,7 +1,7 @@
--- !ruby/object:Gem::Specification
name: clearance
version: !ruby/object:Gem::Version
version: 0.4.3
version: 0.4.4
platform: ruby
authors:
- thoughtbot, inc.
Expand All @@ -15,7 +15,7 @@ autorequire:
bindir: bin
cert_chain: []

date: 2009-01-30 00:00:00 -05:00
date: 2009-02-02 00:00:00 -05:00
default_executable:
dependencies: []

Expand All @@ -28,6 +28,7 @@ extensions: []
extra_rdoc_files: []

files:
- CHANGELOG.textile
- LICENSE
- Rakefile
- README.textile
Expand Down Expand Up @@ -78,6 +79,17 @@ files:
- generators/clearance/templates/test/unit/clearance_mailer_test.rb
- generators/clearance/templates/test/unit/user_test.rb
- generators/clearance/USAGE
- generators/clearance_features
- generators/clearance_features/clearance_features_generator.rb
- generators/clearance_features/templates
- generators/clearance_features/templates/features
- generators/clearance_features/templates/features/password_reset.feature
- generators/clearance_features/templates/features/sign_in.feature
- generators/clearance_features/templates/features/sign_out.feature
- generators/clearance_features/templates/features/sign_up.feature
- generators/clearance_features/templates/features/step_definitions
- generators/clearance_features/templates/features/step_definitions/clearance_steps.rb
- generators/clearance_features/USAGE
- lib/clearance
- lib/clearance/app
- lib/clearance/app/controllers
Expand Down

0 comments on commit 57c3d35

Please sign in to comment.