gbuesing-toadhopper 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.2.0
@@ -1,15 +1,15 @@
1
1
  # Generated by jeweler
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in rakefile, and run the gemspec command
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{gbuesing-toadhopper}
8
- s.version = "0.1.0"
8
+ s.version = "0.2.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Geoff Buesing"]
12
- s.date = %q{2009-12-29}
12
+ s.date = %q{2010-01-05}
13
13
  s.description = %q{Fork of toolmantim-toadhopper, with Haml and Nokogiri dependencies removed}
14
14
  s.email = %q{gbuesing@gmail.com}
15
15
  s.extra_rdoc_files = [
data/lib/notice.xml.erb CHANGED
@@ -1,5 +1,5 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <notice version="2.0.0">
2
+ <notice version="2.0.18">
3
3
  <api-key><%=h defaults[:api_key] %></api-key>
4
4
  <notifier>
5
5
  <name><%=h defaults[:notifier_name] %></name>
@@ -19,7 +19,7 @@
19
19
  <url><%=h defaults[:url] %></url>
20
20
  <component><%=h defaults[:component] %></component>
21
21
  <% if defaults[:action] %>
22
- <component><%=h defaults[:action] %></component>
22
+ <action><%=h defaults[:action] %></action>
23
23
  <% end %>
24
24
  <% if defaults[:request] && defaults[:request].params.any? %>
25
25
  <params>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gbuesing-toadhopper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Geoff Buesing
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-12-29 00:00:00 -06:00
12
+ date: 2010-01-05 00:00:00 -06:00
13
13
  default_executable:
14
14
  dependencies: []
15
15