New commits:
commit 0b95d20652fe62b9f7298d03ba9f87d648512846
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
puppet: Runtime dependency on rubygem-json
commit 0836071f7246ad4875cc6bd2b1814d8df5a74cf3
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
puppet: Added init script for puppet agent
commit 9c407f3528f89f923af3cf599b76d6a326f389cf
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
rubygem-json: Added Ruby extension for JSON
commit 0626f72c0c09777c9342d0fc4f2a445ce92378ca
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
puppet: Add puppet-master init.d script
commit 02b068f7aa73e456f85022223084c64da9ae34d9
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
puppet: Fixed to match renamed tarball
diff --git a/ChangeLog b/ChangeLog
index f0830c2..dfe7ebf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2015-02-25 Eric Sandall <sandalle AT sourcemage.org>
+ * ruby-raa/rubygem-json: Added Ruby extension for JSON
+
2015-02-17 Pavel Vinogradov <public AT sourcemage.org>
* smgl/epoch: new spell, The Epoch Init System
diff --git a/ruby-raa/rubygem-json/BUILD b/ruby-raa/rubygem-json/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/ruby-raa/rubygem-json/BUILD
@@ -0,0 +1 @@
+true
diff --git a/ruby-raa/rubygem-json/DEPENDS b/ruby-raa/rubygem-json/DEPENDS
new file mode 100755
index 0000000..e5532ba
--- /dev/null
+++ b/ruby-raa/rubygem-json/DEPENDS
@@ -0,0 +1,2 @@
+depends RUBY &&
+depends rubygems
diff --git a/ruby-raa/rubygem-json/DETAILS b/ruby-raa/rubygem-json/DETAILS
new file mode 100755
index 0000000..8b78bfd
--- /dev/null
+++ b/ruby-raa/rubygem-json/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=rubygem-json
+ VERSION=1.8.2
+
SOURCE_HASH=sha512:5c94ec2c5378f7f54cd87a2e265b058e80031d2dd29daf14639c80ba0ac285a527ab7961f5a2cd1e483f455fd8f8c88575950822b7b2d431aa7b2b9c8be819c1
+ SOURCE=json-$VERSION.gem
+ SOURCE_URL[0]="https://rubygems.org/downloads/json-1.8.2.gem"
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://rubygems.org/gems/json"
+ ENTERED=20150224
+ LICENSE[0]=RUBY
+ KEYWORDS="ruby devel"
+ SHORT="Ruby extension for JSON"
+cat << EOF
+This is a JSON implementation as a Ruby extension in C.
+EOF
diff --git a/ruby-raa/rubygem-json/HISTORY b/ruby-raa/rubygem-json/HISTORY
new file mode 100644
index 0000000..e528d52
--- /dev/null
+++ b/ruby-raa/rubygem-json/HISTORY
@@ -0,0 +1,3 @@
+2015-02-24 Eric Sandall <sandalle AT sourcemage.org>
+ * Created
+
diff --git a/ruby-raa/rubygem-json/INSTALL b/ruby-raa/rubygem-json/INSTALL
new file mode 100755
index 0000000..2bc652e
--- /dev/null
+++ b/ruby-raa/rubygem-json/INSTALL
@@ -0,0 +1 @@
+gem install "${SOURCE_CACHE}/${SOURCE}"
diff --git a/ruby-raa/rubygem-json/PRE_BUILD b/ruby-raa/rubygem-json/PRE_BUILD
new file mode 100755
index 0000000..2443474
--- /dev/null
+++ b/ruby-raa/rubygem-json/PRE_BUILD
@@ -0,0 +1 @@
+verify_source ''
diff --git a/utils/puppet/3.7.3.tar.gz.sig b/utils/puppet/3.7.3.tar.gz.sig
deleted file mode 100644
index d2d0d55..0000000
Binary files a/utils/puppet/3.7.3.tar.gz.sig and /dev/null differ
diff --git a/utils/puppet/DEPENDS b/utils/puppet/DEPENDS
index c26ffeb..0ed0686 100755
--- a/utils/puppet/DEPENDS
+++ b/utils/puppet/DEPENDS
@@ -1,6 +1,8 @@
depends facter &&
depends hiera &&
depends RUBY &&
+runtime_depends rubygem-json &&
+
suggest_depends shadow "" "" "for shadow file support" &&
suggest_depends augeas "" "" "for automated editing of configuration files"
&&
suggest_depends rrdtool "" "" "for generating graphs from report data"
diff --git a/utils/puppet/HISTORY b/utils/puppet/HISTORY
index 51e39b0..cbd44f9 100644
--- a/utils/puppet/HISTORY
+++ b/utils/puppet/HISTORY
@@ -1,3 +1,9 @@
+2015-02-24 Eric Sandall <sandalle AT sourcemage.org>
+ * puppet-3.7.3.tar.gz.sig: Fixed to match renamed tarball
+ * init.d/puppet-master: Add init script for puppet master
+ * init.d/puppet-agent: Add init script for puppet agent
+ * DEPENDS: Runtime dependency on rubygem-json
+
2014-12-26 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: Fix SOURCE to make it a proper tarball name