jeremyw-better_partials 1.1.2 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/better_partials.gemspec +1 -3
  2. metadata +3 -12
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'better_partials'
3
- s.version = '1.1.2'
3
+ s.version = '1.1.3'
4
4
  s.date = '2009-04-13'
5
5
 
6
6
  s.summary = "Makes calling partials in views look better and more fun."
@@ -14,8 +14,6 @@ Gem::Specification.new do |s|
14
14
  s.rdoc_options = ["--main", "README"]
15
15
  s.extra_rdoc_files = ["README"]
16
16
 
17
- s.add_dependency 'rails', ['>= 2.1']
18
-
19
17
  s.files = ["MIT-LICENSE",
20
18
  "README",
21
19
  "Rakefile",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jeremyw-better_partials
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - RailsJedi
@@ -11,17 +11,8 @@ cert_chain: []
11
11
 
12
12
  date: 2009-04-13 00:00:00 -07:00
13
13
  default_executable:
14
- dependencies:
15
- - !ruby/object:Gem::Dependency
16
- name: rails
17
- type: :runtime
18
- version_requirement:
19
- version_requirements: !ruby/object:Gem::Requirement
20
- requirements:
21
- - - ">="
22
- - !ruby/object:Gem::Version
23
- version: "2.1"
24
- version:
14
+ dependencies: []
15
+
25
16
  description: Wrapper around render :partial that removes the need to use :locals, and allows blocks to be taken easily
26
17
  email: railsjedi@gmail.com
27
18
  executables: []