agnostic 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/lib/agnostic/polyglot.rb +1 -1
  3. metadata +3 -3
data/Rakefile CHANGED
@@ -1,7 +1,7 @@
1
1
  require "rake/gempackagetask"
2
2
 
3
3
  GEM_NAME = "agnostic"
4
- GEM_VERSION = "0.1.0"
4
+ GEM_VERSION = "0.1.1"
5
5
  AUTHOR = "Genki Takiuchi"
6
6
  EMAIL = "genki@s21g.com"
7
7
  HOMEPAGE = "http://blog.s21g.com/genki"
@@ -1,6 +1,6 @@
1
1
  if defined?(Sinatra)
2
2
  module Sinatra
3
- helpers Agnostic::Helper
3
+ Base.helpers Agnostic::Helper
4
4
  end
5
5
  Agnostic.modify
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: agnostic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Genki Takiuchi
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-07-24 00:00:00 +09:00
12
+ date: 2009-10-19 00:00:00 +09:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -53,7 +53,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
53
53
  requirements: []
54
54
 
55
55
  rubyforge_project: asakusarb
56
- rubygems_version: 1.3.4
56
+ rubygems_version: 1.3.5
57
57
  signing_key:
58
58
  specification_version: 3
59
59
  summary: An abstract framework for framework agnostic plugins