sproutit-narwhal 0.2.108 → 0.2.109
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/VERSION.yml +2 -2
- data/catalog.json +9 -0
- data/sources.json +5 -0
- metadata +2 -2
data/VERSION.yml
CHANGED
data/catalog.json
CHANGED
|
@@ -898,6 +898,15 @@
|
|
|
898
898
|
"type": "zip",
|
|
899
899
|
"location": "http://github.com/280north/ojunit/zipball/master"
|
|
900
900
|
},
|
|
901
|
+
"qxoo": {
|
|
902
|
+
"name": "qxoo",
|
|
903
|
+
"author": "Fabian Jakobs",
|
|
904
|
+
"dependencies": [],
|
|
905
|
+
"contributors": [],
|
|
906
|
+
"githubName": "qxoo",
|
|
907
|
+
"type": "zip",
|
|
908
|
+
"location": "http://github.com/fjakobs/qxoo/zipball/master"
|
|
909
|
+
},
|
|
901
910
|
"barista": {
|
|
902
911
|
"name": "barista",
|
|
903
912
|
"dependencies": [
|
data/sources.json
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sproutit-narwhal
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.109
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Developed by Tom Robinson and contributors. Gem publish by Charles Jolley
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: gem_bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-12-
|
|
12
|
+
date: 2009-12-07 00:00:00 -08:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|