padrino-core 0.2.2 → 0.2.5
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.
- data/VERSION +1 -1
- data/lib/padrino-core/support_lite/extlib_support.rb +2 -2
- data/padrino-core.gemspec +2 -2
- metadata +2 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.5
|
|
@@ -68,8 +68,8 @@ end
|
|
|
68
68
|
unless String.method_defined?(:constantize)
|
|
69
69
|
require 'extlib/inflection'
|
|
70
70
|
class String
|
|
71
|
-
def classify; Extlib::Inflection.classify(self);
|
|
72
|
-
def underscore; Extlib::Inflection.underscore(self);
|
|
71
|
+
def classify; Extlib::Inflection.classify(self); end
|
|
72
|
+
def underscore; Extlib::Inflection.underscore(self); end
|
|
73
73
|
def constantize; Extlib::Inflection.constantize(self); end
|
|
74
74
|
end
|
|
75
75
|
end
|
data/padrino-core.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{padrino-core}
|
|
8
|
-
s.version = "0.2.
|
|
8
|
+
s.version = "0.2.5"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Padrino Team", "Nathan Esquenazi", "Davide D'Agostino", "Arthur Chiu"]
|
|
12
|
-
s.date = %q{2009-12-
|
|
12
|
+
s.date = %q{2009-12-21}
|
|
13
13
|
s.default_executable = %q{padrino}
|
|
14
14
|
s.description = %q{The Padrino core gem required for use of this framework}
|
|
15
15
|
s.email = %q{nesquena@gmail.com}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: padrino-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Padrino Team
|
|
@@ -12,7 +12,7 @@ autorequire:
|
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
14
|
|
|
15
|
-
date: 2009-12-
|
|
15
|
+
date: 2009-12-21 00:00:00 -08:00
|
|
16
16
|
default_executable: padrino
|
|
17
17
|
dependencies:
|
|
18
18
|
- !ruby/object:Gem::Dependency
|