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 +4 -4
- data/VERSION +1 -1
- data/lib/smashrun.rb +0 -1
- data/lib/smashrun/configuration.rb +1 -1
- data/{smashrun.gemspec → smashrun-ruby.gemspec} +5 -5
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6dc0ddb691fc5531a74c5c3cb75166496ca679e9
|
|
4
|
+
data.tar.gz: 46e607658bc5d99301ca4c3e2d3e3534ce4a8f17
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: baa559e5b5eff9634702fba49aaca48df8953d64b719d4fdedcdd73abb27906b3626c726d63f9f14599aa28ef04c93365308aa5694f6a58ea99bdcc2b7bc5f9a
|
|
7
|
+
data.tar.gz: c390f969cfa90f40d143922d971c929343ff882acda0784439018265052a5d461cc3c98bbbfba8634fb8fd73297f444ab269a04b860ff29c696d77f97cb8a4bf
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.1
|
data/lib/smashrun.rb
CHANGED
|
@@ -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.
|
|
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.
|
|
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
|
|
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.
|
|
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
|