flurin-ticgit 0.3.7 → 0.3.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/bin/ticgitweb +1 -1
  2. metadata +1 -1
@@ -279,7 +279,7 @@ __END__
279
279
 
280
280
  @@ new
281
281
  %h1 Create a New Ticket
282
- %form{:action => '/tickets/new', :method => 'post'}
282
+ %form{:action => '/tickets', :method => 'post'}
283
283
  %table
284
284
  %tr
285
285
  %th Title
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flurin-ticgit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.7
4
+ version: 0.3.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scott Chacon