yui-rails 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,5 @@
1
+
2
+ /**
3
+ * If you see this in your compiled javascript, remove the 'yui_ujs' require from your application.js
4
+ */
5
+
data/yui-rails.gemspec ADDED
@@ -0,0 +1,31 @@
1
+ # -*- encoding: utf-8 -*-
2
+ lib = File.expand_path('../lib/', __FILE__)
3
+ $:.unshift lib unless $:.include?(lib)
4
+
5
+ require 'yui/rails'
6
+
7
+ Gem::Specification.new do |s|
8
+
9
+ s.name = 'yui-rails'
10
+ s.version = YUI::Rails::VERSION
11
+ s.platform = Gem::Platform::RUBY
12
+
13
+ s.summary = 'YUI integration with Rails 3.1+'
14
+ s.description = 'Easy integration of YUI with the Rails asset pipeline.'
15
+
16
+ s.authors = ["Matt Sanders"]
17
+ s.email = 'matt@modal.org'
18
+ # s.homepage = '' #TODO
19
+
20
+ #s.executables = []
21
+ s.required_rubygems_version = '>= 1.3.6'
22
+
23
+ s.files = `git ls-files`.split("\n")
24
+ s.executables = `git ls-files`.split("\n").select{|f| f =~ /^bin/}
25
+ s.require_paths = ["lib"]
26
+ s.extra_rdoc_files = ["LICENSE"]
27
+
28
+ # Dependencies, this syntax requires RubyGems > 1.2.0
29
+ s.add_development_dependency 'rails', '~>3.1'
30
+ end
31
+
metadata ADDED
@@ -0,0 +1,73 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: yui-rails
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Matt Sanders
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2011-07-03 00:00:00.000000000 -05:00
13
+ default_executable:
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: rails
17
+ requirement: &9426130 !ruby/object:Gem::Requirement
18
+ none: false
19
+ requirements:
20
+ - - ~>
21
+ - !ruby/object:Gem::Version
22
+ version: '3.1'
23
+ type: :development
24
+ prerelease: false
25
+ version_requirements: *9426130
26
+ description: Easy integration of YUI with the Rails asset pipeline.
27
+ email: matt@modal.org
28
+ executables: []
29
+ extensions: []
30
+ extra_rdoc_files:
31
+ - LICENSE
32
+ files:
33
+ - .gitignore
34
+ - CHANGELOG.md
35
+ - Gemfile
36
+ - LICENSE
37
+ - README.md
38
+ - Rakefile
39
+ - lib/yui-rails.rb
40
+ - lib/yui/rails.rb
41
+ - lib/yui/rails/engine.rb
42
+ - lib/yui/rails/version.rb
43
+ - vendor/assets/javascripts/yui-debug.js
44
+ - vendor/assets/javascripts/yui-min.js
45
+ - vendor/assets/javascripts/yui.js
46
+ - vendor/assets/javascripts/yui_ujs.js
47
+ - yui-rails.gemspec
48
+ has_rdoc: true
49
+ homepage:
50
+ licenses: []
51
+ post_install_message:
52
+ rdoc_options: []
53
+ require_paths:
54
+ - lib
55
+ required_ruby_version: !ruby/object:Gem::Requirement
56
+ none: false
57
+ requirements:
58
+ - - ! '>='
59
+ - !ruby/object:Gem::Version
60
+ version: '0'
61
+ required_rubygems_version: !ruby/object:Gem::Requirement
62
+ none: false
63
+ requirements:
64
+ - - ! '>='
65
+ - !ruby/object:Gem::Version
66
+ version: 1.3.6
67
+ requirements: []
68
+ rubyforge_project:
69
+ rubygems_version: 1.6.2
70
+ signing_key:
71
+ specification_version: 3
72
+ summary: YUI integration with Rails 3.1+
73
+ test_files: []