sammy-rails 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,9 @@
1
+ ## 0.1.1 (2 December 2010)
2
+
3
+ Bugfix:
4
+
5
+ - Fix a bug from the generator with rubygems
6
+
1
7
  ## 0.1.0 (2 December 2010)
2
8
 
3
9
  Features:
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
@@ -1,6 +1,6 @@
1
1
  module Sammy
2
2
  module Generators
3
- class InstallGenerator < Rails::Generators::Base
3
+ class InstallGenerator < ::Rails::Generators::Base
4
4
  desc "This generator downloads and install the newest Sammy jQuery plugin"
5
5
  @@default_version = "0.6.2"
6
6
  class_option :version, :type => :string, :default => @@default_version.dup, :desc => "Which version of Sammy to fetch ?"
@@ -0,0 +1,73 @@
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE DIRECTLY
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
+ # -*- encoding: utf-8 -*-
5
+
6
+ Gem::Specification.new do |s|
7
+ s.name = %q{sammy-rails}
8
+ s.version = "0.1.1"
9
+
10
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
+ s.authors = ["Bruno Wernimont"]
12
+ s.date = %q{2010-12-02}
13
+ s.description = %q{This gem provides a generator to install Sammy and his plugin into your Rails 3 application.}
14
+ s.email = %q{hello@brunowernimont.be}
15
+ s.extra_rdoc_files = [
16
+ "LICENSE.txt",
17
+ "README.md"
18
+ ]
19
+ s.files = [
20
+ ".document",
21
+ ".rspec",
22
+ "CHANGELOG.md",
23
+ "Gemfile",
24
+ "Gemfile.lock",
25
+ "LICENSE.txt",
26
+ "README.md",
27
+ "Rakefile",
28
+ "VERSION",
29
+ "lib/generators/sammy/install/install_generator.rb",
30
+ "lib/sammy-rails.rb",
31
+ "sammy-rails.gemspec",
32
+ "spec/sammy-rails_spec.rb",
33
+ "spec/spec_helper.rb"
34
+ ]
35
+ s.homepage = %q{http://github.com/brunow/sammy-rails}
36
+ s.licenses = ["MIT"]
37
+ s.require_paths = ["lib"]
38
+ s.rubygems_version = %q{1.3.7}
39
+ s.summary = %q{Use Sammy with Rails 3}
40
+ s.test_files = [
41
+ "spec/sammy-rails_spec.rb",
42
+ "spec/spec_helper.rb"
43
+ ]
44
+
45
+ if s.respond_to? :specification_version then
46
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
47
+ s.specification_version = 3
48
+
49
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
50
+ s.add_runtime_dependency(%q<rails>, ["~> 3.0.3"])
51
+ s.add_development_dependency(%q<rspec>, ["~> 2.1.0"])
52
+ s.add_development_dependency(%q<bundler>, ["~> 1.0.0"])
53
+ s.add_development_dependency(%q<jeweler>, ["~> 1.5.1"])
54
+ s.add_development_dependency(%q<rcov>, [">= 0"])
55
+ s.add_development_dependency(%q<rails>, ["~> 3.0.3"])
56
+ else
57
+ s.add_dependency(%q<rails>, ["~> 3.0.3"])
58
+ s.add_dependency(%q<rspec>, ["~> 2.1.0"])
59
+ s.add_dependency(%q<bundler>, ["~> 1.0.0"])
60
+ s.add_dependency(%q<jeweler>, ["~> 1.5.1"])
61
+ s.add_dependency(%q<rcov>, [">= 0"])
62
+ s.add_dependency(%q<rails>, ["~> 3.0.3"])
63
+ end
64
+ else
65
+ s.add_dependency(%q<rails>, ["~> 3.0.3"])
66
+ s.add_dependency(%q<rspec>, ["~> 2.1.0"])
67
+ s.add_dependency(%q<bundler>, ["~> 1.0.0"])
68
+ s.add_dependency(%q<jeweler>, ["~> 1.5.1"])
69
+ s.add_dependency(%q<rcov>, [">= 0"])
70
+ s.add_dependency(%q<rails>, ["~> 3.0.3"])
71
+ end
72
+ end
73
+
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
8
+ - 1
9
+ version: 0.1.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Bruno Wernimont
@@ -126,6 +126,7 @@ files:
126
126
  - VERSION
127
127
  - lib/generators/sammy/install/install_generator.rb
128
128
  - lib/sammy-rails.rb
129
+ - sammy-rails.gemspec
129
130
  - spec/sammy-rails_spec.rb
130
131
  - spec/spec_helper.rb
131
132
  has_rdoc: true
@@ -142,7 +143,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
142
143
  requirements:
143
144
  - - ">="
144
145
  - !ruby/object:Gem::Version
145
- hash: 801404564845862076
146
+ hash: 2821131577063688430
146
147
  segments:
147
148
  - 0
148
149
  version: "0"