CFPropertyList-rails 1.0.2 → 1.0.3

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,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: a228d7e09de2c3c42cb4556fd89b16aff645feb1ba53d7e5952deb9e4b061779
4
+ data.tar.gz: 84573de13f8d0ef3f5d86dbdafc87b1112829f1580755260fbd3e3da5e3a9b2b
5
+ SHA512:
6
+ metadata.gz: db98c7ab3f0f18436d2e6c1ff4fda5255902ef57b29907bdadeb05d432d9d53194ef5d56f8ce109c7fa8f4fb613fc767320cb2b065e848af8cfe593b5bb0fa51
7
+ data.tar.gz: 315ca26872d9d7286dbd1f40315128b2309f02cdd87cd5a99fb0f1a4a33c7911a453241b4f7ca15509001d35c451a6c290fe648a58c16dc8fedfb22ddd596d2d
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2011 Matthias Schmidt
1
+ Copyright (c) 2011-2020 Matthias Schmidt
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person
4
4
  obtaining a copy of this software and associated documentation
data/README.md CHANGED
@@ -46,6 +46,12 @@ end
46
46
  Changelog
47
47
  ---------
48
48
 
49
+ * **1.0.3** - 15.07.2020
50
+ * update dependency to CFPropertyList ~> 2.3
51
+
52
+ * **1.0.2** - 26.02.2013
53
+ * update dependency to Rails >=3, <5
54
+
49
55
  * **1.0.1** - 14.12.2012
50
56
  * update dependency to CFPropertyList ~> 2.2.0
51
57
 
@@ -1,5 +1,5 @@
1
1
  module CFPropertyList
2
2
  module Rails
3
- VERSION = "1.0.2"
3
+ VERSION = "1.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,89 +1,84 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: CFPropertyList-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
5
- prerelease:
4
+ version: 1.0.3
6
5
  platform: ruby
7
6
  authors:
8
7
  - Matthias Schmidt
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-02-26 00:00:00.000000000 Z
11
+ date: 2020-07-15 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: CFPropertyList
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ~>
17
+ - - "~>"
20
18
  - !ruby/object:Gem::Version
21
- version: 2.2.0
19
+ version: '2.3'
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
- version: 2.2.0
26
+ version: '2.3'
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: railties
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
- - - ! '>='
31
+ - - ">="
36
32
  - !ruby/object:Gem::Version
37
33
  version: '3'
38
- - - <
34
+ - - "<"
39
35
  - !ruby/object:Gem::Version
40
36
  version: '5'
41
37
  type: :runtime
42
38
  prerelease: false
43
39
  version_requirements: !ruby/object:Gem::Requirement
44
- none: false
45
40
  requirements:
46
- - - ! '>='
41
+ - - ">="
47
42
  - !ruby/object:Gem::Version
48
43
  version: '3'
49
- - - <
44
+ - - "<"
50
45
  - !ruby/object:Gem::Version
51
46
  version: '5'
52
- description: Binary Plist (CFPropertyList) renderer for rails3 apps.
47
+ description: Binary Plist (CFPropertyList) renderer for rails3/4 apps.
53
48
  email:
54
49
  - mail@m-schmidt.eu
55
50
  executables: []
56
51
  extensions: []
57
52
  extra_rdoc_files: []
58
53
  files:
59
- - lib/CFPropertyList-rails/railtie.rb
60
- - lib/CFPropertyList-rails/version.rb
61
- - lib/CFPropertyList-rails.rb
62
54
  - LICENSE
63
- - Rakefile
64
55
  - README.md
56
+ - Rakefile
57
+ - lib/CFPropertyList-rails.rb
58
+ - lib/CFPropertyList-rails/railtie.rb
59
+ - lib/CFPropertyList-rails/version.rb
65
60
  homepage: https://github.com/MSchmidt/CFPropertyList-rails
66
- licenses: []
61
+ licenses:
62
+ - MIT
63
+ metadata: {}
67
64
  post_install_message:
68
65
  rdoc_options: []
69
66
  require_paths:
70
67
  - lib
71
68
  required_ruby_version: !ruby/object:Gem::Requirement
72
- none: false
73
69
  requirements:
74
- - - ! '>='
70
+ - - ">="
75
71
  - !ruby/object:Gem::Version
76
72
  version: '0'
77
73
  required_rubygems_version: !ruby/object:Gem::Requirement
78
- none: false
79
74
  requirements:
80
- - - ! '>='
75
+ - - ">="
81
76
  - !ruby/object:Gem::Version
82
77
  version: '0'
83
78
  requirements: []
84
79
  rubyforge_project:
85
- rubygems_version: 1.8.23
80
+ rubygems_version: 2.7.6.2
86
81
  signing_key:
87
- specification_version: 3
88
- summary: CFPropertyList for rails3
82
+ specification_version: 4
83
+ summary: CFPropertyList for rails3/4
89
84
  test_files: []