bf4-yui-rails 0.1.2

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.
@@ -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
+
@@ -0,0 +1,29 @@
1
+ # -*- encoding: utf-8 -*-
2
+ $:.push File.expand_path("../lib", __FILE__)
3
+ require 'yui/rails/version'
4
+
5
+ Gem::Specification.new do |s|
6
+
7
+ s.name = 'bf4-yui-rails'
8
+ s.version = YUI::Rails::VERSION
9
+ s.platform = Gem::Platform::RUBY
10
+
11
+ s.summary = 'YUI integration with Rails 3.1+'
12
+ s.description = 'Easy integration of YUI with the Rails asset pipeline.'
13
+
14
+ s.authors = ["Matt Sanders"]
15
+ s.email = 'matt@modal.org'
16
+ s.homepage = 'https://github.com/nextmat/yui-rails'
17
+
18
+ #s.executables = []
19
+ s.required_rubygems_version = '>= 1.3.6'
20
+
21
+ s.files = `git ls-files`.split("\n")
22
+ s.executables = `git ls-files`.split("\n").select{|f| f =~ /^bin/}
23
+ s.require_paths = ["lib"]
24
+ s.extra_rdoc_files = ["LICENSE"]
25
+
26
+ # Dependencies, this syntax requires RubyGems > 1.2.0
27
+ s.add_development_dependency 'rails', '~>3.1'
28
+ end
29
+
metadata ADDED
@@ -0,0 +1,77 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: bf4-yui-rails
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.2
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Matt Sanders
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2013-02-20 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: rails
16
+ requirement: !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ~>
20
+ - !ruby/object:Gem::Version
21
+ version: '3.1'
22
+ type: :development
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ~>
28
+ - !ruby/object:Gem::Version
29
+ version: '3.1'
30
+ description: Easy integration of YUI with the Rails asset pipeline.
31
+ email: matt@modal.org
32
+ executables: []
33
+ extensions: []
34
+ extra_rdoc_files:
35
+ - LICENSE
36
+ files:
37
+ - .gitignore
38
+ - CHANGELOG.md
39
+ - Gemfile
40
+ - LICENSE
41
+ - README.md
42
+ - Rakefile
43
+ - lib/yui-rails.rb
44
+ - lib/yui/rails.rb
45
+ - lib/yui/rails/engine.rb
46
+ - lib/yui/rails/version.rb
47
+ - update-yui.sh
48
+ - vendor/assets/javascripts/yui-debug.js
49
+ - vendor/assets/javascripts/yui-min.js
50
+ - vendor/assets/javascripts/yui.js
51
+ - vendor/assets/javascripts/yui_ujs.js
52
+ - yui-rails.gemspec
53
+ homepage: https://github.com/nextmat/yui-rails
54
+ licenses: []
55
+ post_install_message:
56
+ rdoc_options: []
57
+ require_paths:
58
+ - lib
59
+ required_ruby_version: !ruby/object:Gem::Requirement
60
+ none: false
61
+ requirements:
62
+ - - ! '>='
63
+ - !ruby/object:Gem::Version
64
+ version: '0'
65
+ required_rubygems_version: !ruby/object:Gem::Requirement
66
+ none: false
67
+ requirements:
68
+ - - ! '>='
69
+ - !ruby/object:Gem::Version
70
+ version: 1.3.6
71
+ requirements: []
72
+ rubyforge_project:
73
+ rubygems_version: 1.8.24
74
+ signing_key:
75
+ specification_version: 3
76
+ summary: YUI integration with Rails 3.1+
77
+ test_files: []