maglev-webtools 1.0.1 → 1.0.2
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.
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: maglev-webtools
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -85,15 +85,15 @@ dependencies:
|
|
|
85
85
|
requirements:
|
|
86
86
|
- - ~>
|
|
87
87
|
- !ruby/object:Gem::Version
|
|
88
|
-
version: 1.
|
|
89
|
-
type: :
|
|
88
|
+
version: 1.3.0
|
|
89
|
+
type: :runtime
|
|
90
90
|
prerelease: false
|
|
91
91
|
version_requirements: !ruby/object:Gem::Requirement
|
|
92
92
|
none: false
|
|
93
93
|
requirements:
|
|
94
94
|
- - ~>
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
|
-
version: 1.
|
|
96
|
+
version: 1.3.0
|
|
97
97
|
- !ruby/object:Gem::Dependency
|
|
98
98
|
name: activemodel
|
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -147,7 +147,7 @@ description: A suite of tools for inspecting, interfacing and working with MagLe
|
|
|
147
147
|
stone, an associated set of Sinatra middlewares for exposing said information through
|
|
148
148
|
a JSON interface, and a number of Sinatra web-applications that take advantage of
|
|
149
149
|
that interface to build a few simple browser-based development tools.
|
|
150
|
-
email:
|
|
150
|
+
email: tim.felgentreff@hpi.uni-potsdam.de
|
|
151
151
|
executables:
|
|
152
152
|
- webtools
|
|
153
153
|
extensions: []
|
|
@@ -385,15 +385,7 @@ files:
|
|
|
385
385
|
homepage: http://github.com/MagLev/webtools
|
|
386
386
|
licenses:
|
|
387
387
|
- MIT
|
|
388
|
-
post_install_message:
|
|
389
|
-
have to install sinatra >= 1.2.0.
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
It is not part of the default dependencies, so the gem doesn''t have to pull in
|
|
393
|
-
too many dependencies for deployment installations (i.e. recording information about
|
|
394
|
-
your production system for later analysis).
|
|
395
|
-
|
|
396
|
-
'
|
|
388
|
+
post_install_message:
|
|
397
389
|
rdoc_options: []
|
|
398
390
|
require_paths:
|
|
399
391
|
- lib
|