metanol 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ NWI2M2YyMTUyNjNlYWI1MzJlZTQ0YWRjODhiMWNkYjY2ZGNhOGZlMQ==
5
+ data.tar.gz: !binary |-
6
+ NzVmYmRhYTU5N2U3MGU5MjI3MTAwMDg0MmNhMjZmOTBkZWVmMTI4YQ==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ ZGM4N2RiM2I0MTU5OWIxNDdkYzFmMzMyNzZhZjY2Zjc1NDgyYjY0OTQ4YjJm
10
+ NDVkM2NhMzM4N2Q2NGVhMzBmNzg0ODA4ZWJlNDk4NjVlMWQzNGI1OTg1NWI4
11
+ YTY2Y2E2YmE5NzZiNGI0ZTRiYzQ2Y2U4Y2JiZjM2NjAwOWMwMTQ=
12
+ data.tar.gz: !binary |-
13
+ YTI3NWU5YjdjZWQ0ZmU5OTFkZTFiZjE0NWY0MTI1MzFjN2IwODkwOGUyMTA2
14
+ MmQxMmM3NDgyMDg2NzBiMzhjZGZlZjQ5OWVhMTIwMzQyM2Y2NjY0ZDFlMTc3
15
+ NWRhOWQyZDZhNzEyNzM3ZTY4MGJmY2EwNTlhYmEzZDYyYTc3ZDA=
data/Gemfile CHANGED
@@ -4,8 +4,8 @@ source 'https://rubygems.org'
4
4
  gemspec
5
5
 
6
6
  group :test do
7
- gem 'rspec', "~> 2.14.0", require: nil
8
- gem 'rspec-rails', "~> 2.14.0", require: nil
7
+ gem 'rspec', '~> 2.14.0', require: nil
8
+ gem 'rspec-rails', '~> 2.14.0', require: nil
9
9
  gem 'sqlite3', '>= 0'
10
10
  gem 'webrat', '>= 0'
11
11
  end
@@ -1,3 +1,3 @@
1
1
  module Metanol
2
- VERSION = "0.0.5"
2
+ VERSION = '0.0.6'
3
3
  end
@@ -4,23 +4,23 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
  require 'metanol/version'
5
5
 
6
6
  Gem::Specification.new do |gem|
7
- gem.name = "metanol"
7
+ gem.name = 'metanol'
8
8
  gem.version = Metanol::VERSION
9
9
  gem.platform = Gem::Platform::RUBY
10
- gem.authors = ["Eugene Kondratyuk"]
11
- gem.email = ["ekondr@gmail.com"]
10
+ gem.authors = ['Eugene Kondratyuk']
11
+ gem.email = ['ekondr@gmail.com']
12
12
  gem.description = %q{This is a meta tags plugin which helps to manage meta tags in your Rails application. It supports some OpenGraph meta tags, Webmaster's meta tags (such as Google, Bing, Yandex, Alexa verification meta tags), MicroData meta tags and other standard HTML meta tags (such as a description). It can be used by Rails 3.2+ applications.}
13
13
  gem.summary = %q{A <META> tags engine plugin for Rails 3.2+ applications}
14
- gem.homepage = "https://github.com/ekondr/metanol"
14
+ gem.homepage = 'https://github.com/ekondr/metanol'
15
15
 
16
16
  gem.rubyforge_project = 'metanol'
17
17
 
18
18
  gem.files = `git ls-files`.split($/)
19
19
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
20
20
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
21
- gem.require_paths = ["lib"]
21
+ gem.require_paths = ['lib']
22
22
 
23
23
  gem.licenses = ['MIT']
24
24
 
25
- gem.add_dependency "rails", "~> 3.2"
25
+ gem.add_dependency 'rails', '>= 3.2'
26
26
  end
metadata CHANGED
@@ -1,30 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanol
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
5
- prerelease:
4
+ version: 0.0.6
6
5
  platform: ruby
7
6
  authors:
8
7
  - Eugene Kondratyuk
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-11-23 00:00:00.000000000 Z
11
+ date: 2014-03-10 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: rails
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ~>
17
+ - - ! '>='
20
18
  - !ruby/object:Gem::Version
21
19
  version: '3.2'
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ~>
24
+ - - ! '>='
28
25
  - !ruby/object:Gem::Version
29
26
  version: '3.2'
30
27
  description: This is a meta tags plugin which helps to manage meta tags in your Rails
@@ -62,27 +59,26 @@ files:
62
59
  homepage: https://github.com/ekondr/metanol
63
60
  licenses:
64
61
  - MIT
62
+ metadata: {}
65
63
  post_install_message:
66
64
  rdoc_options: []
67
65
  require_paths:
68
66
  - lib
69
67
  required_ruby_version: !ruby/object:Gem::Requirement
70
- none: false
71
68
  requirements:
72
69
  - - ! '>='
73
70
  - !ruby/object:Gem::Version
74
71
  version: '0'
75
72
  required_rubygems_version: !ruby/object:Gem::Requirement
76
- none: false
77
73
  requirements:
78
74
  - - ! '>='
79
75
  - !ruby/object:Gem::Version
80
76
  version: '0'
81
77
  requirements: []
82
78
  rubyforge_project: metanol
83
- rubygems_version: 1.8.25
79
+ rubygems_version: 2.1.11
84
80
  signing_key:
85
- specification_version: 3
81
+ specification_version: 4
86
82
  summary: A <META> tags engine plugin for Rails 3.2+ applications
87
83
  test_files:
88
84
  - spec/controllers/home_controller_spec.rb