github-ds 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 56d108fb77f8baa49283eac8623ddb05c4f2e287
4
- data.tar.gz: 7969c8d5a6981f2cb7bcd5d7c9613efab84d06ab
3
+ metadata.gz: 7b9d8a836c426231233c34c6c6651687edf2fb28
4
+ data.tar.gz: 79c025d6d8ee77a50ef786d0621bc3bb37ab6eef
5
5
  SHA512:
6
- metadata.gz: effec415a16d6f35fc1aed3c258967ee60b47b204ca7436bc191359942e92709b6816e6c8c3bc2f87e1f7d2afaba4d348963e5bc938c06c8ad1d484f5935cfad
7
- data.tar.gz: 0e4458ba08781a8b0c5176dab5a384fc90cf2e4cc1ed608790a2f0e8df48045a9fdc13418b705255c84573104aaff9f42d3d072d5f6bb3970d3b65640bd40b0f
6
+ metadata.gz: 751fcde62bf53caa87459d241c462960f3b2ffe0d9c88f57af8bf40ab5a2fab306286b7e47bef789d12dded6f42212b69c9124ef00b22515f097d007067d4812
7
+ data.tar.gz: acb651b0159d54822071dfc16a82429d4b947231adf9de704965552cc16aa969c11339f8f33693242128925638ea38032e07e8b7787a6c9ac64aac20d56fe974
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.2.6
4
+
5
+ Fixes
6
+
7
+ * Replaces `requires` with `require_relative` also in github-ds https://github.com/github/github-ds/commit/67f0ea37bc1495e62b48b4c7b4ad72fad4f97a1a
8
+
3
9
  ## 0.2.5
4
10
 
5
11
  Fixes
@@ -1 +1 @@
1
- require "github/ds"
1
+ require_relative "github/ds"
@@ -1,5 +1,5 @@
1
1
  module GitHub
2
2
  module DS
3
- VERSION = "0.2.5"
3
+ VERSION = "0.2.6"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: github-ds
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitHub Open Source