wysihtml5-rails 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 3277d43396a42b7ce2069d995535fa6f4aec1ba4fdfd9bc59b0350627e8d3f8d
4
+ data.tar.gz: 5f3ccc0074c1a451c51b79ecb357b418c3d6fc57ec079cb6febdd89bde1a9ae0
5
+ SHA512:
6
+ metadata.gz: 423f0c8f833755a39f6ea6cfec6b5524746b1a436c135a93ef2b947ee1e30aa058e98fdfbbd1000103de4a517cd7736662e92fcb50f96f941753f5550ca9ee95
7
+ data.tar.gz: 35a7c7456f51d08ca85189ed56181c363dca6096efa7fe4ebb18dbf9f624aeca2bfdbdef19a61f821495360f03e8f003353a6f08656618d088f1ef80d70f8ad2
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012 Nihad Abbasov / NARKOZ
1
+ Copyright (c) 2012-2019 Nihad Abbasov <nihad@42na.in>
2
2
  All rights reserved.
3
3
 
4
4
  Redistribution and use in source and binary forms, with or without
data/README.md CHANGED
@@ -96,4 +96,4 @@ For more information, check out [wysihtml5 wiki](https://github.com/xing/wysihtm
96
96
  ## License
97
97
 
98
98
  wysihtml5 is distributed under the MIT License.
99
- wysihtml5-rails is licensed under new BSD License.
99
+ wysihtml5-rails is licensed under BSD License.
@@ -1,5 +1,5 @@
1
1
  module Wysihtml5
2
2
  module Rails
3
- VERSION = "0.0.4"
3
+ VERSION = "0.0.5"
4
4
  end
5
5
  end
@@ -3,7 +3,7 @@ require File.expand_path('../lib/wysihtml5-rails/version', __FILE__)
3
3
 
4
4
  Gem::Specification.new do |gem|
5
5
  gem.authors = ["Nihad Abbasov"]
6
- gem.email = ["mail@narkoz.me"]
6
+ gem.email = ["nihad@42na.in"]
7
7
  gem.description = %q{A wysiwyg text editor for use in the Rails 3 asset pipeline}
8
8
  gem.summary = %q{wysihtml5 for rails}
9
9
  gem.homepage = "https://github.com/narkoz/wysihtml5-rails"
metadata CHANGED
@@ -1,40 +1,37 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wysihtml5-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
5
- prerelease:
4
+ version: 0.0.5
6
5
  platform: ruby
7
6
  authors:
8
7
  - Nihad Abbasov
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2012-10-01 00:00:00.000000000 Z
11
+ date: 2019-12-19 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: railties
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.1.0
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.1.0
30
27
  description: A wysiwyg text editor for use in the Rails 3 asset pipeline
31
28
  email:
32
- - mail@narkoz.me
29
+ - nihad@42na.in
33
30
  executables: []
34
31
  extensions: []
35
32
  extra_rdoc_files: []
36
33
  files:
37
- - .gitignore
34
+ - ".gitignore"
38
35
  - Gemfile
39
36
  - LICENSE.txt
40
37
  - README.md
@@ -48,32 +45,24 @@ files:
48
45
  - wysihtml5-rails.gemspec
49
46
  homepage: https://github.com/narkoz/wysihtml5-rails
50
47
  licenses: []
48
+ metadata: {}
51
49
  post_install_message:
52
50
  rdoc_options: []
53
51
  require_paths:
54
52
  - lib
55
53
  required_ruby_version: !ruby/object:Gem::Requirement
56
- none: false
57
54
  requirements:
58
- - - ! '>='
55
+ - - ">="
59
56
  - !ruby/object:Gem::Version
60
57
  version: '0'
61
- segments:
62
- - 0
63
- hash: 2867219246863589025
64
58
  required_rubygems_version: !ruby/object:Gem::Requirement
65
- none: false
66
59
  requirements:
67
- - - ! '>='
60
+ - - ">="
68
61
  - !ruby/object:Gem::Version
69
62
  version: '0'
70
- segments:
71
- - 0
72
- hash: 2867219246863589025
73
63
  requirements: []
74
- rubyforge_project:
75
- rubygems_version: 1.8.24
64
+ rubygems_version: 3.0.6
76
65
  signing_key:
77
- specification_version: 3
66
+ specification_version: 4
78
67
  summary: wysihtml5 for rails
79
68
  test_files: []