fig_magic 0.3 → 0.4
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.
- checksums.yaml +4 -4
- data/ChangeLog +3 -0
- data/README.md +4 -4
- data/fig_magic.gemspec +1 -1
- data/lib/fig_magic/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 747468489ce8ebcc847df89884bb822aae234a5b
|
|
4
|
+
data.tar.gz: 46f489388f82ca4160a83ab0881ab4ced32943f9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 112702e88604e693c6fdecac193e719cd62e41747c87f813eb92e7e0f66c8c047eb165e41353fd3a45cb70a9f89d6ac08f7e284996e4eff031033729bc198388
|
|
7
|
+
data.tar.gz: 1dcca486ff0113570d403be9a08685cdbdc8e815d9293054e89daf37d51bc79e861c689bc56bc9d05896dfb9a9149e0528aec5baac95828a25ffd53be4583647
|
data/ChangeLog
CHANGED
data/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# fig_magic
|
|
2
2
|
|
|
3
|
-
Jeff Morgan
|
|
4
|
-
By combining the 2 gems into a single package, you can have all the functions of each gem, but only one
|
|
5
|
-
both direct hash calls & hash of hashes calls.
|
|
3
|
+
Jeff Morgan made 2 very awesome gems called DataMagic & FigNewtown. I love them both, but I feel dirty having to do 2 initializations in my projects.
|
|
4
|
+
By combining the 2 gems into a single package, you can have all the functions of each gem, but only one dir set + file load.
|
|
5
|
+
Moreover, you can use a single namespace for both direct hash calls & hash of hashes calls.
|
|
6
6
|
|
|
7
7
|
## Using
|
|
8
8
|
|
|
@@ -154,7 +154,7 @@ To see the changes from release to release please look at the [ChangeLog](https:
|
|
|
154
154
|
|
|
155
155
|
## Known Issues
|
|
156
156
|
|
|
157
|
-
See [http://github.com/
|
|
157
|
+
See [http://github.com/tk8817/fig_magic/issues](http://github.com/tk8817/fig_magic/issues)
|
|
158
158
|
|
|
159
159
|
## Contributing
|
|
160
160
|
|
data/fig_magic.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
|
|
|
10
10
|
gem.license = 'MIT'
|
|
11
11
|
gem.homepage = "http://github.com/tk8817/fig_magic"
|
|
12
12
|
gem.summary = %q{Combines FigNewton & DataMagic into a single gem & namespace}
|
|
13
|
-
gem.description = %q{
|
|
13
|
+
gem.description = %q{Combines FigNewton & DataMagic into a single gem & namespace}
|
|
14
14
|
|
|
15
15
|
gem.files = `git ls-files`.split("\n")
|
|
16
16
|
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
data/lib/fig_magic/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fig_magic
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: '0.
|
|
4
|
+
version: '0.4'
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Justin Commu
|
|
@@ -66,7 +66,7 @@ dependencies:
|
|
|
66
66
|
- - ">="
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: 1.2.0
|
|
69
|
-
description:
|
|
69
|
+
description: Combines FigNewton & DataMagic into a single gem & namespace
|
|
70
70
|
email:
|
|
71
71
|
- jcommu@gmail.com
|
|
72
72
|
executables: []
|