padrino-admin 0.7.2 → 0.7.3

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/Rakefile CHANGED
@@ -9,9 +9,10 @@ begin
9
9
  gem.name = "padrino-admin"
10
10
  gem.summary = "Admin Dashboard for Padrino"
11
11
  gem.description = "Admin View for Padrino applications"
12
- gem.email = "nesquena@gmail.com"
12
+ gem.email = "padrinorb@gmail.com"
13
13
  gem.homepage = "http://github.com/padrino/padrino-framework/tree/master/padrino-admin"
14
14
  gem.authors = ["Padrino Team", "Nathan Esquenazi", "Davide D'Agostino", "Arthur Chiu"]
15
+ gem.rubyforge_project = 'padrino-admin'
15
16
  gem.add_runtime_dependency "json_pure", ">= 1.2.0"
16
17
  gem.add_runtime_dependency "padrino-core", "= #{GEM_VERSION}"
17
18
  gem.add_runtime_dependency "padrino-gen", "= #{GEM_VERSION}"
@@ -25,6 +26,7 @@ begin
25
26
  # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
26
27
  end
27
28
  Jeweler::GemcutterTasks.new
29
+ Jeweler::GemcutterTasks.new
28
30
  rescue LoadError
29
31
  puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"
30
32
  end
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.7.2
1
+ 0.7.3
@@ -9,7 +9,7 @@ class Admin < Padrino::Application
9
9
  # set :reload, false # Reload application files (default in development)
10
10
  # set :default_builder, "foo" # Set a custom form builder (default 'StandardFormBuilder')
11
11
  # set :locale, :en # Set the current I18n.locale (default :en)
12
- # set :translations, "bar" # Set path for I18n translations (default your_app/locales)
12
+ # set :locale_path, "bar" # Set path for I18n translations (default your_app/locales)
13
13
  # enable :autolocale # Auto Set locale if url match /:lang/foo/bar (disabled by default)
14
14
  # disable :padrino_helpers # Disables padrino markup helpers (enabled by default if present)
15
15
  # disable :padrino_mailer # Disables padrino mailer (enabled by default if present)
@@ -5,13 +5,13 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{padrino-admin}
8
- s.version = "0.7.2"
8
+ s.version = "0.7.3"
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{2010-02-03}
12
+ s.date = %q{2010-02-07}
13
13
  s.description = %q{Admin View for Padrino applications}
14
- s.email = %q{nesquena@gmail.com}
14
+ s.email = %q{padrinorb@gmail.com}
15
15
  s.extra_rdoc_files = [
16
16
  "README.rdoc"
17
17
  ]
@@ -346,6 +346,7 @@ Gem::Specification.new do |s|
346
346
  s.homepage = %q{http://github.com/padrino/padrino-framework/tree/master/padrino-admin}
347
347
  s.rdoc_options = ["--charset=UTF-8"]
348
348
  s.require_paths = ["lib"]
349
+ s.rubyforge_project = %q{padrino-admin}
349
350
  s.rubygems_version = %q{1.3.5}
350
351
  s.summary = %q{Admin Dashboard for Padrino}
351
352
 
@@ -355,9 +356,9 @@ Gem::Specification.new do |s|
355
356
 
356
357
  if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
357
358
  s.add_runtime_dependency(%q<json_pure>, [">= 1.2.0"])
358
- s.add_runtime_dependency(%q<padrino-core>, ["= 0.7.2"])
359
- s.add_runtime_dependency(%q<padrino-gen>, ["= 0.7.2"])
360
- s.add_runtime_dependency(%q<padrino-helpers>, ["= 0.7.2"])
359
+ s.add_runtime_dependency(%q<padrino-core>, ["= 0.7.3"])
360
+ s.add_runtime_dependency(%q<padrino-gen>, ["= 0.7.3"])
361
+ s.add_runtime_dependency(%q<padrino-helpers>, ["= 0.7.3"])
361
362
  s.add_runtime_dependency(%q<tilt>, [">= 0.4"])
362
363
  s.add_development_dependency(%q<haml>, [">= 2.2.1"])
363
364
  s.add_development_dependency(%q<shoulda>, [">= 0"])
@@ -366,9 +367,9 @@ Gem::Specification.new do |s|
366
367
  s.add_development_dependency(%q<webrat>, [">= 0.5.1"])
367
368
  else
368
369
  s.add_dependency(%q<json_pure>, [">= 1.2.0"])
369
- s.add_dependency(%q<padrino-core>, ["= 0.7.2"])
370
- s.add_dependency(%q<padrino-gen>, ["= 0.7.2"])
371
- s.add_dependency(%q<padrino-helpers>, ["= 0.7.2"])
370
+ s.add_dependency(%q<padrino-core>, ["= 0.7.3"])
371
+ s.add_dependency(%q<padrino-gen>, ["= 0.7.3"])
372
+ s.add_dependency(%q<padrino-helpers>, ["= 0.7.3"])
372
373
  s.add_dependency(%q<tilt>, [">= 0.4"])
373
374
  s.add_dependency(%q<haml>, [">= 2.2.1"])
374
375
  s.add_dependency(%q<shoulda>, [">= 0"])
@@ -378,9 +379,9 @@ Gem::Specification.new do |s|
378
379
  end
379
380
  else
380
381
  s.add_dependency(%q<json_pure>, [">= 1.2.0"])
381
- s.add_dependency(%q<padrino-core>, ["= 0.7.2"])
382
- s.add_dependency(%q<padrino-gen>, ["= 0.7.2"])
383
- s.add_dependency(%q<padrino-helpers>, ["= 0.7.2"])
382
+ s.add_dependency(%q<padrino-core>, ["= 0.7.3"])
383
+ s.add_dependency(%q<padrino-gen>, ["= 0.7.3"])
384
+ s.add_dependency(%q<padrino-helpers>, ["= 0.7.3"])
384
385
  s.add_dependency(%q<tilt>, [">= 0.4"])
385
386
  s.add_dependency(%q<haml>, [">= 2.2.1"])
386
387
  s.add_dependency(%q<shoulda>, [">= 0"])
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: padrino-admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.2
4
+ version: 0.7.3
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: 2010-02-03 00:00:00 +01:00
15
+ date: 2010-02-07 00:00:00 +01:00
16
16
  default_executable:
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
@@ -33,7 +33,7 @@ dependencies:
33
33
  requirements:
34
34
  - - "="
35
35
  - !ruby/object:Gem::Version
36
- version: 0.7.2
36
+ version: 0.7.3
37
37
  version:
38
38
  - !ruby/object:Gem::Dependency
39
39
  name: padrino-gen
@@ -43,7 +43,7 @@ dependencies:
43
43
  requirements:
44
44
  - - "="
45
45
  - !ruby/object:Gem::Version
46
- version: 0.7.2
46
+ version: 0.7.3
47
47
  version:
48
48
  - !ruby/object:Gem::Dependency
49
49
  name: padrino-helpers
@@ -53,7 +53,7 @@ dependencies:
53
53
  requirements:
54
54
  - - "="
55
55
  - !ruby/object:Gem::Version
56
- version: 0.7.2
56
+ version: 0.7.3
57
57
  version:
58
58
  - !ruby/object:Gem::Dependency
59
59
  name: tilt
@@ -116,7 +116,7 @@ dependencies:
116
116
  version: 0.5.1
117
117
  version:
118
118
  description: Admin View for Padrino applications
119
- email: nesquena@gmail.com
119
+ email: padrinorb@gmail.com
120
120
  executables: []
121
121
 
122
122
  extensions: []
@@ -473,7 +473,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
473
473
  version:
474
474
  requirements: []
475
475
 
476
- rubyforge_project:
476
+ rubyforge_project: padrino-admin
477
477
  rubygems_version: 1.3.5
478
478
  signing_key:
479
479
  specification_version: 3