compare_linker_wrapper 0.1.0 → 1.0.0

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: 2f5bd7dc04bc0c911f44ed397e5bbb35ec0f91b6
4
- data.tar.gz: 469f53e2f39ec94971922239d122988d63708e94
3
+ metadata.gz: 3be2063a2961bd6622b7d05b673b15f847b1f025
4
+ data.tar.gz: 25629385d74cfd79299e75233cbc519748753ad2
5
5
  SHA512:
6
- metadata.gz: 4004fcbe9bc1c122790a97ccccdfeefde415b8b92d908d98d4b0838a9a48d1721d1f5f69fe8a27e0ddb030165d9974cef53b8b915be05a86d1a72dcbe1a2aa25
7
- data.tar.gz: 023b8b6faa6385fc26424cfbfb4e996576a5e5583f56521b07fae5915bb4e9b2204474ae76197cda2abb64ea3e3063b99a50481a3e322871c855d8cb8b3542ff
6
+ metadata.gz: e3dae8a6f5c4ee4022d5c215f78430c55d39a8634e2d857f8f9d984bfddf0a39d09f334236ca9425ca83850ab8c8689069085677feccb680516a3aaab7e42504
7
+ data.tar.gz: cb9d2154e65d3e97af3214b15738312140ed9f3869cf613cb82ec98d134aca979231d2186594af0a66296fcacd847a104be3f37a50065d51bfea3e79138976b3
data/.gitignore CHANGED
File without changes
data/.rubocop.yml CHANGED
File without changes
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## 1.0.0 (2017-01-01)
2
+
3
+ * Drop support for ruby 1.9/2.0.
4
+
5
+
1
6
  ## 0.1.0 (2015-03-16)
2
7
 
3
8
 
data/CODE_OF_CONDUCT.md CHANGED
File without changes
data/Gemfile CHANGED
@@ -3,5 +3,5 @@ source 'https://rubygems.org'
3
3
  # Specify your gem's dependencies in compare_linker_wrapper.gemspec
4
4
  gemspec
5
5
 
6
- gem 'byebug' if RUBY_VERSION >= '2.0.0'
6
+ gem 'byebug'
7
7
  gem 'pry'
data/LICENSE.txt CHANGED
File without changes
data/README.md CHANGED
File without changes
data/Rakefile CHANGED
File without changes
data/bin/console CHANGED
File without changes
data/bin/setup CHANGED
File without changes
File without changes
data/example/Gemfile.lock CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,3 +1,3 @@
1
1
  module CompareLinkerWrapper
2
- VERSION = '0.1.0'
2
+ VERSION = '1.0.0'
3
3
  end
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compare_linker_wrapper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - sanemat
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-03-15 00:00:00.000000000 Z
11
+ date: 2017-01-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -156,7 +156,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
156
156
  version: '0'
157
157
  requirements: []
158
158
  rubyforge_project:
159
- rubygems_version: 2.4.5
159
+ rubygems_version: 2.5.1
160
160
  signing_key:
161
161
  specification_version: 4
162
162
  summary: CompareLinker CLI wrapper.