mournful_settings 0.0.4 → 0.0.5
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.
- data/lib/mournful_settings/version.rb +8 -1
- metadata +4 -4
|
@@ -1,14 +1,20 @@
|
|
|
1
1
|
module MournfulSettings
|
|
2
|
-
VERSION = "0.0.
|
|
2
|
+
VERSION = "0.0.5"
|
|
3
3
|
end
|
|
4
4
|
|
|
5
5
|
# History
|
|
6
6
|
# =======
|
|
7
7
|
#
|
|
8
|
+
# 0.0.5: Corrects gem description
|
|
9
|
+
# -------------------------------
|
|
10
|
+
# No functional change.
|
|
11
|
+
#
|
|
12
|
+
#
|
|
8
13
|
# 0.0.4: Changing cipher configuration
|
|
9
14
|
# ------------------------------------
|
|
10
15
|
# Adds facility to allow cipher to be changed with existing live data
|
|
11
16
|
#
|
|
17
|
+
#
|
|
12
18
|
# 0.0.3: Encrypted by default
|
|
13
19
|
# ---------------------------
|
|
14
20
|
# Modifies model and active admin registration file to make encrypting settings
|
|
@@ -19,6 +25,7 @@ end
|
|
|
19
25
|
# ------------------------------
|
|
20
26
|
# Adds active admin integration options.
|
|
21
27
|
#
|
|
28
|
+
#
|
|
22
29
|
# 0.0.1: First release
|
|
23
30
|
# --------------------
|
|
24
31
|
# Adds Settings model to host app, with encrypted data storage.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mournful_settings
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-02-
|
|
12
|
+
date: 2013-02-06 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: activerecord
|
|
@@ -43,8 +43,8 @@ dependencies:
|
|
|
43
43
|
- - ! '>='
|
|
44
44
|
- !ruby/object:Gem::Version
|
|
45
45
|
version: '0'
|
|
46
|
-
description:
|
|
47
|
-
|
|
46
|
+
description: Adds a settings class to a rails app. The settings are mournful because
|
|
47
|
+
they can be stored encrypted. Aren’t puns wonderful.
|
|
48
48
|
email:
|
|
49
49
|
- rob@undervale.co.uk
|
|
50
50
|
executables: []
|