simplesnippets 0.0.3 → 0.0.4

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.
@@ -4,9 +4,9 @@ require "simplesnippets/version"
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "simplesnippets"
7
- s.version = Simplesnippets::VERSION
7
+ s.version = "0.0.4"
8
8
  s.platform = Gem::Platform::RUBY
9
- s.authors = ["Andy Schmidt, Damian Janowski"]
9
+ s.authors = ["Andy Schmidt", "Damian Janowski"]
10
10
  s.email = ["andyschmidtatwork@gmail.com"]
11
11
  s.homepage = "http://rubygems.org/gems/simplesnippets"
12
12
  s.summary = %q{Include snippets of content in your Rails views and let the client modify them.}
@@ -19,6 +19,6 @@ Gem::Specification.new do |s|
19
19
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
20
20
  s.require_paths = ["lib"]
21
21
 
22
- s.add_dependency "rails", "3.0.1"
22
+ s.add_dependency "rails"
23
23
  s.add_dependency "RedCloth"
24
24
  end
metadata CHANGED
@@ -1,21 +1,22 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simplesnippets
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
- - Andy Schmidt, Damian Janowski
13
+ - Andy Schmidt
14
+ - Damian Janowski
14
15
  autorequire:
15
16
  bindir: bin
16
17
  cert_chain: []
17
18
 
18
- date: 2011-06-19 00:00:00 -07:00
19
+ date: 2011-08-25 00:00:00 -07:00
19
20
  default_executable:
20
21
  dependencies:
21
22
  - !ruby/object:Gem::Dependency
@@ -24,14 +25,12 @@ dependencies:
24
25
  requirement: &id001 !ruby/object:Gem::Requirement
25
26
  none: false
26
27
  requirements:
27
- - - "="
28
+ - - ">="
28
29
  - !ruby/object:Gem::Version
29
- hash: 5
30
+ hash: 3
30
31
  segments:
31
- - 3
32
32
  - 0
33
- - 1
34
- version: 3.0.1
33
+ version: "0"
35
34
  type: :runtime
36
35
  version_requirements: *id001
37
36
  - !ruby/object:Gem::Dependency
@@ -67,7 +66,6 @@ files:
67
66
  - lib/simplesnippets/parsers/html.rb
68
67
  - lib/simplesnippets/parsers/plain_text.rb
69
68
  - lib/simplesnippets/parsers/textile.rb
70
- - lib/simplesnippets/version.rb
71
69
  - lib/snippet.rb
72
70
  - simplesnippets.gemspec
73
71
  has_rdoc: true
@@ -1,3 +0,0 @@
1
- module Simplesnippets
2
- VERSION = "0.0.3"
3
- end