metriksd.gemspec in metriksd-0.5.1 vs metriksd.gemspec in metriksd-0.5.2
- old
+ new
@@ -11,12 +11,12 @@
## Leave these as is they will be modified for you by the rake gemspec task.
## If your rubyforge_project name is different, then edit it and comment out
## the sub! line in the Rakefile
s.name = 'metriksd'
- s.version = '0.5.1'
- s.date = '2012-10-02'
+ s.version = '0.5.2'
+ s.date = '2012-12-05'
## Make sure your summary is short. The description may be as long
## as you like.
s.summary = "Server for handling metrics from metriks"
s.description = ""
@@ -40,14 +40,14 @@
s.rdoc_options = ["--charset=UTF-8"]
s.extra_rdoc_files = %w[README.md LICENSE]
## List your runtime dependencies here. Runtime dependencies are those
## that are needed for an end user to actually USE your code.
- s.add_dependency('librato-metrics', '~> 0.7')
+ s.add_dependency('librato-metrics', [ '>= 0.7', '< 2.0' ])
s.add_dependency('msgpack', '~> 0.4')
s.add_dependency('snappy')
s.add_dependency('activesupport')
- s.add_dependency('eventmachine', '~> 1.0.0.rc.4')
+ s.add_dependency('eventmachine', '~> 1.0')
## List your development dependencies here. Development dependencies are
## those that are only needed during development
s.add_development_dependency('metriksd_reporter')