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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bf044e9dc6a0ce8bd0a41ff6e0a232e2613f8dd0
4
- data.tar.gz: fd8981061fd4be2f898faf21defc21811b3b04f1
3
+ metadata.gz: 747468489ce8ebcc847df89884bb822aae234a5b
4
+ data.tar.gz: 46f489388f82ca4160a83ab0881ab4ced32943f9
5
5
  SHA512:
6
- metadata.gz: 60580d5c8822b2540e62cbec36bd9b7ee7c5fa330ca6947d750e730ce9e2d7c69a6afc012bf894aa30492ab74700d43b92bc5b76fa385dee345577fec1b75ec8
7
- data.tar.gz: 0b7875cc837a6cc28026657be73a328880f2ddcda108db8b6cbe3e7c19de8ca2b76c72fa9509d42805e4de02e0abcabe34f7fce2a1ed5843a8a1222d223314b6
6
+ metadata.gz: 112702e88604e693c6fdecac193e719cd62e41747c87f813eb92e7e0f66c8c047eb165e41353fd3a45cb70a9f89d6ac08f7e284996e4eff031033729bc198388
7
+ data.tar.gz: 1dcca486ff0113570d403be9a08685cdbdc8e815d9293054e89daf37d51bc79e861c689bc56bc9d05896dfb9a9149e0528aec5baac95828a25ffd53be4583647
data/ChangeLog CHANGED
@@ -1,3 +1,6 @@
1
+ === Version 0.4 / 2015-11-20
2
+ Updated Gemspec to reflect proper description
3
+
1
4
  === Version 0.3 / 2015-11-20
2
5
  Updated README to detail why this gem exists and give thanks to Jeff Morgan
3
6
 
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # fig_magic
2
2
 
3
- Jeff Morgan (@cheezy) made 2 very awesome gems called DataMagic & FigNewtown. I love them both, but I feel dirty having to do 2 initializations in my projects. initializing both for the same location & file. hate having to initialize
4
- By combining the 2 gems into a single package, you can have all the functions of each gem, but only one file page set + file load. Moreover, you can use a single namespace for
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/cheezy/fig_magic/issues](http://github.com/tk8817/fig_magic/issues)
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{Provides datasets to application stored in YAML files}
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")
@@ -1,3 +1,3 @@
1
1
  module FigMagic
2
- VERSION = "0.3"
2
+ VERSION = "0.4"
3
3
  end
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.3'
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: Provides datasets to application stored in YAML files
69
+ description: Combines FigNewton & DataMagic into a single gem & namespace
70
70
  email:
71
71
  - jcommu@gmail.com
72
72
  executables: []