uptimr 0.1.0 → 0.1.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.
Files changed (3) hide show
  1. data/lib/uptimr/version.rb +1 -1
  2. data/uptimr.gemspec +2 -1
  3. metadata +4 -3
@@ -1,3 +1,3 @@
1
1
  module Uptimr
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
@@ -19,7 +19,8 @@ spec = Gem::Specification.new do |s|
19
19
  s.add_development_dependency('shoulda', '~> 3.5.0')
20
20
  s.add_development_dependency('rake')
21
21
 
22
+ s.licenses = ['MIT']
22
23
  s.files = `git ls-files`.split("\n")
23
24
  s.test_files = `git ls-files -- test/*`.split("\n")
24
- s.require_paths = ['lib']
25
+ s.require_paths = ['lib']
25
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uptimr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-08-31 00:00:00.000000000 Z
12
+ date: 2013-09-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: httparty
@@ -130,7 +130,8 @@ files:
130
130
  - test/test_uptimr.rb
131
131
  - uptimr.gemspec
132
132
  homepage: https://github.com/cblanc/uptimr
133
- licenses: []
133
+ licenses:
134
+ - MIT
134
135
  post_install_message:
135
136
  rdoc_options: []
136
137
  require_paths: