nutella_framework 0.6.9 → 0.6.10
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/Gemfile +1 -1
- data/VERSION +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 45eb8a3cd490c3cc55629091cd9e7fa8cacb3726
|
4
|
+
data.tar.gz: 6ff2f654eaa8eae2fa3c58802ea3f57291a06bb4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 48ea54d61701e7569b26f1fe8b21f9cb2edbb41ba22569b87a3a64ae3ee5fe5009f6e5936e50f1deb9bfdb405995156eae50db3995328d66cca35d4223c01ca2
|
7
|
+
data.tar.gz: 89b20e9fc8b69467402c9a667d60e1ff431bf78a7f1b2bd7c885366de84f516fd363676a501e5dc278908350b599874c42b2fa7f53213a942530dcdd08ceceb2
|
data/Gemfile
CHANGED
@@ -8,7 +8,7 @@ gem 'sinatra-cross_origin', '~> 0.3.2'
|
|
8
8
|
gem 'thin', '~>1.6'
|
9
9
|
gem 'nokogiri', '~>1.6'
|
10
10
|
gem 'slop', '~>4.0'
|
11
|
-
gem 'nutella_lib','~>0.4', '>=0.4.
|
11
|
+
gem 'nutella_lib','~>0.4', '>=0.4.22'
|
12
12
|
gem 'activesupport', '~>4.2'
|
13
13
|
gem 'mandrill-api', '~>1.0', '>=1.0.53'
|
14
14
|
gem 'bson', '~> 3.0'
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.6.
|
1
|
+
0.6.10
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nutella_framework
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alessandro Gnoli
|
@@ -128,7 +128,7 @@ dependencies:
|
|
128
128
|
requirements:
|
129
129
|
- - ">="
|
130
130
|
- !ruby/object:Gem::Version
|
131
|
-
version: 0.4.
|
131
|
+
version: 0.4.22
|
132
132
|
- - "~>"
|
133
133
|
- !ruby/object:Gem::Version
|
134
134
|
version: '0.4'
|
@@ -138,7 +138,7 @@ dependencies:
|
|
138
138
|
requirements:
|
139
139
|
- - ">="
|
140
140
|
- !ruby/object:Gem::Version
|
141
|
-
version: 0.4.
|
141
|
+
version: 0.4.22
|
142
142
|
- - "~>"
|
143
143
|
- !ruby/object:Gem::Version
|
144
144
|
version: '0.4'
|