fiveruns-dash-ruby 0.7.0 → 0.7.1
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/Rakefile +0 -1
- data/version.yml +1 -1
- metadata +1 -10
data/Rakefile
CHANGED
|
@@ -20,7 +20,6 @@ begin
|
|
|
20
20
|
s.authors = ["FiveRuns Development Team"]
|
|
21
21
|
s.files = FileList['README.rdoc', 'Rakefile', 'version.yml', "{lib,test,recipes,examples}/**/*", ]
|
|
22
22
|
s.add_dependency 'json'
|
|
23
|
-
s.add_development_dependency 'shoulda'
|
|
24
23
|
end
|
|
25
24
|
rescue LoadError
|
|
26
25
|
puts "Jeweler, or one of its dependencies, is not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
|
data/version.yml
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fiveruns-dash-ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- FiveRuns Development Team
|
|
@@ -21,15 +21,6 @@ dependencies:
|
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
22
|
version: "0"
|
|
23
23
|
version:
|
|
24
|
-
- !ruby/object:Gem::Dependency
|
|
25
|
-
name: shoulda
|
|
26
|
-
version_requirement:
|
|
27
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
28
|
-
requirements:
|
|
29
|
-
- - ">="
|
|
30
|
-
- !ruby/object:Gem::Version
|
|
31
|
-
version: "0"
|
|
32
|
-
version:
|
|
33
24
|
description: Provides an API to send metrics to the FiveRuns Dash service
|
|
34
25
|
email: dev@fiveruns.com
|
|
35
26
|
executables: []
|