teamlab 0.1 → 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.
- data/lib/teamlab/version.rb +1 -1
- data/teamlab.gemspec +1 -1
- metadata +2 -2
data/lib/teamlab/version.rb
CHANGED
data/teamlab.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ["roman-zagudaev@yandex.ru"]
|
11
11
|
spec.description = %q{Ruby Framework to interact with TeamLab API 2.0}
|
12
12
|
spec.summary = %q{Ruby gem for TeamLab}
|
13
|
-
spec.homepage = 'https://
|
13
|
+
spec.homepage = 'https://bitbucket.org/rzagudaev/gemteamlab/overview'
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: teamlab
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 0.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -137,7 +137,7 @@ files:
|
|
137
137
|
- spec/spec_helper.rb
|
138
138
|
- spec/support/http_data.rb
|
139
139
|
- teamlab.gemspec
|
140
|
-
homepage: https://
|
140
|
+
homepage: https://bitbucket.org/rzagudaev/gemteamlab/overview
|
141
141
|
licenses:
|
142
142
|
- MIT
|
143
143
|
post_install_message:
|