yui-rails 0.1.0 → 0.2.0

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