smashrun-ruby 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1678e0fac995491554be1b8037fd658b2e56f389
4
- data.tar.gz: 48103be8343c9358f940a7a2d38c41e0835da6b6
3
+ metadata.gz: 6dc0ddb691fc5531a74c5c3cb75166496ca679e9
4
+ data.tar.gz: 46e607658bc5d99301ca4c3e2d3e3534ce4a8f17
5
5
  SHA512:
6
- metadata.gz: f452739f5b355ca4bf011e70ec9a7d4baa869041eec3451bc948b7f2021e2e8fc7e6ce7a4d010c2b990a66f8c5fdc0c9423e5a3cb1298c7b7de23195380738cf
7
- data.tar.gz: 27819ca6ed56593f3f8a4991dd28350ff0efe466a3d82c4482acb2e1d5b6f8d848b48f0621df2bf2d7114c9b5c240fc2dae7927db78a7d2f398ff890309d8605
6
+ metadata.gz: baa559e5b5eff9634702fba49aaca48df8953d64b719d4fdedcdd73abb27906b3626c726d63f9f14599aa28ef04c93365308aa5694f6a58ea99bdcc2b7bc5f9a
7
+ data.tar.gz: c390f969cfa90f40d143922d971c929343ff882acda0784439018265052a5d461cc3c98bbbfba8634fb8fd73297f444ab269a04b860ff29c696d77f97cb8a4bf
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
data/lib/smashrun.rb CHANGED
@@ -1,6 +1,5 @@
1
1
  require 'oauth2'
2
2
  require 'oj'
3
-
4
3
  require 'smashrun/configuration'
5
4
  require 'smashrun/client'
6
5
 
@@ -1,4 +1,4 @@
1
- module HealthGraph
1
+ module Smashrun
2
2
  module Configuration
3
3
  attr_accessor :client_id, :client_secret
4
4
 
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: smashrun 0.1.0 ruby lib
5
+ # stub: smashrun-ruby 0.1.1 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
- s.name = "smashrun"
9
- s.version = "0.1.0"
8
+ s.name = "smashrun-ruby"
9
+ s.version = "0.1.1"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
@@ -29,11 +29,11 @@ Gem::Specification.new do |s|
29
29
  "lib/smashrun.rb",
30
30
  "lib/smashrun/client.rb",
31
31
  "lib/smashrun/configuration.rb",
32
- "smashrun.gemspec",
32
+ "smashrun-ruby.gemspec",
33
33
  "test/helper.rb",
34
34
  "test/test_smashrun.rb"
35
35
  ]
36
- s.homepage = "http://github.com/naveed-ahmad/-smashrun"
36
+ s.homepage = "http://github.com/naveed-ahmad/smashrun"
37
37
  s.licenses = ["MIT"]
38
38
  s.rubygems_version = "2.4.8"
39
39
  s.summary = "Ruby gem for Smashrun api"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smashrun-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Naveed Ahmad
@@ -112,7 +112,7 @@ files:
112
112
  - lib/smashrun.rb
113
113
  - lib/smashrun/client.rb
114
114
  - lib/smashrun/configuration.rb
115
- - smashrun.gemspec
115
+ - smashrun-ruby.gemspec
116
116
  - test/helper.rb
117
117
  - test/test_smashrun.rb
118
118
  homepage: http://github.com/naveed-ahmad/smashrun