Skip to content

Commit

Permalink
Bumped up gem version.
Browse files Browse the repository at this point in the history
  • Loading branch information
baldowl committed May 22, 2009
1 parent 5abf93e commit 7dc5047
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -11,7 +11,7 @@ Spec::Rake::SpecTask.new do |t|
t.spec_opts = %w(-O spec/spec.opts)
end

Echoe.new('rack_csrf', '1.0.1') do |s|
Echoe.new('rack_csrf', '1.1.0') do |s|
s.author = 'Emanuele Vicentini'
s.email = 'emanuele.vicentini@gmail.com'
s.summary = 'Anti-CSRF Rack middleware'
Expand Down
7 changes: 4 additions & 3 deletions rack_csrf.gemspec
@@ -1,14 +1,14 @@
--- !ruby/object:Gem::Specification
name: rack_csrf
version: !ruby/object:Gem::Version
version: 1.0.1
version: 1.1.0
platform: ruby
authors:
- Emanuele Vicentini
autorequire:
bindir: bin

date: 2009-05-02 00:00:00 +02:00
date: 2009-05-22 00:00:00 +02:00
default_executable:
dependencies:
- !ruby/object:Gem::Dependency
Expand Down Expand Up @@ -78,6 +78,7 @@ files:
- example/views/form.erb
- example/views/form_not_working.erb
- example/views/response.erb
- features/browser_only.feature
- features/empty_responses.feature
- features/raising_exception.feature
- features/setup.feature
Expand Down Expand Up @@ -126,7 +127,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
requirements: []

rubyforge_project: rackcsrf
rubygems_version: 1.3.2
rubygems_version: 1.3.3
specification_version: 3
summary: Anti-CSRF Rack middleware
test_files: []

0 comments on commit 7dc5047

Please sign in to comment.