pdd 0.2.2 → 0.2.3

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/.simplecov CHANGED
@@ -1,4 +1,4 @@
1
- # coding: utf-8
1
+ # encoding: utf-8
2
2
  #
3
3
  # Copyright (c) 2014 TechnoPark Corp.
4
4
  # Copyright (c) 2014 Yegor Bugayenko
@@ -31,4 +31,4 @@ SimpleCov.start do
31
31
  add_filter "/test/"
32
32
  add_filter "/features/"
33
33
  minimum_coverage 100
34
- end
34
+ end
data/Gemfile CHANGED
@@ -1,4 +1,4 @@
1
- # coding: utf-8
1
+ # encoding: utf-8
2
2
  #
3
3
  # Copyright (c) 2014 TechnoPark Corp.
4
4
  # Copyright (c) 2014 Yegor Bugayenko
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- [![Build Status](http://img.teamed.io/btn/125x25.svg)](http://www.teamed.io)
1
+ [![Made By Teamed.io](http://img.teamed.io/btn.svg)](http://www.teamed.io)
2
2
 
3
3
  [![Build Status](https://travis-ci.org/teamed/pdd.svg)](https://travis-ci.org/teamed/pdd)
4
4
  [![Gem Version](https://badge.fury.io/rb/pdd.svg)](http://badge.fury.io/rb/pdd)
data/Rakefile CHANGED
@@ -1,4 +1,4 @@
1
- # coding: utf-8
1
+ # encoding: utf-8
2
2
  #
3
3
  # Copyright (c) 2014 TechnoPark Corp.
4
4
  # Copyright (c) 2014 Yegor Bugayenko
data/bin/pdd CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
- # coding: utf-8
2
+ # encoding: utf-8
3
3
  #
4
4
  # Copyright (c) 2014 TechnoPark Corp.
5
5
  # Copyright (c) 2014 Yegor Bugayenko
@@ -1,4 +1,4 @@
1
- # coding: utf-8
1
+ # encoding: utf-8
2
2
  #
3
3
  # Copyright (c) 2014 TechnoPark Corp.
4
4
  # Copyright (c) 2014 Yegor Bugayenko
@@ -1,4 +1,4 @@
1
- # coding: utf-8
1
+ # encoding: utf-8
2
2
  #
3
3
  # Copyright (c) 2014 TechnoPark Corp.
4
4
  # Copyright (c) 2014 Yegor Bugayenko
data/lib/pdd.rb CHANGED
@@ -1,4 +1,4 @@
1
- # coding: utf-8
1
+ # encoding: utf-8
2
2
  #
3
3
  # Copyright (c) 2014 TechnoPark Corp.
4
4
  # Copyright (c) 2014 Yegor Bugayenko
data/lib/pdd/puzzle.rb CHANGED
@@ -1,4 +1,4 @@
1
- # coding: utf-8
1
+ # encoding: utf-8
2
2
  #
3
3
  # Copyright (c) 2014 TechnoPark Corp.
4
4
  # Copyright (c) 2014 Yegor Bugayenko
data/lib/pdd/source.rb CHANGED
@@ -1,4 +1,4 @@
1
- # coding: utf-8
1
+ # encoding: utf-8
2
2
  #
3
3
  # Copyright (c) 2014 TechnoPark Corp.
4
4
  # Copyright (c) 2014 Yegor Bugayenko
data/lib/pdd/sources.rb CHANGED
@@ -1,4 +1,4 @@
1
- # coding: utf-8
1
+ # encoding: utf-8
2
2
  #
3
3
  # Copyright (c) 2014 TechnoPark Corp.
4
4
  # Copyright (c) 2014 Yegor Bugayenko
data/pdd.gemspec CHANGED
@@ -1,4 +1,4 @@
1
- # coding: utf-8
1
+ # encoding: utf-8
2
2
  #
3
3
  # Copyright (c) 2014 TechnoPark Corp.
4
4
  # Copyright (c) 2014 Yegor Bugayenko
@@ -29,7 +29,7 @@ Gem::Specification.new do |s|
29
29
  s.rubygems_version = '2.2.2'
30
30
  s.required_ruby_version = '>= 1.9.3'
31
31
  s.name = 'pdd'
32
- s.version = '0.2.2'
32
+ s.version = '0.2.3'
33
33
  s.license = 'MIT'
34
34
  s.summary = 'Puzzle Driven Development collector'
35
35
  s.description = 'Collects puzzles from source code base'
data/test/test_helper.rb CHANGED
@@ -1,4 +1,4 @@
1
- # coding: utf-8
1
+ # encoding: utf-8
2
2
  #
3
3
  # Copyright (c) 2014 TechnoPark Corp.
4
4
  # Copyright (c) 2014 Yegor Bugayenko
data/test/test_pdd.rb CHANGED
@@ -1,4 +1,4 @@
1
- # coding: utf-8
1
+ # encoding: utf-8
2
2
  #
3
3
  # Copyright (c) 2014 TechnoPark Corp.
4
4
  # Copyright (c) 2014 Yegor Bugayenko
data/test/test_source.rb CHANGED
@@ -1,4 +1,4 @@
1
- # coding: utf-8
1
+ # encoding: utf-8
2
2
  #
3
3
  # Copyright (c) 2014 TechnoPark Corp.
4
4
  # Copyright (c) 2014 Yegor Bugayenko
data/test/test_sources.rb CHANGED
@@ -1,4 +1,4 @@
1
- # coding: utf-8
1
+ # encoding: utf-8
2
2
  #
3
3
  # Copyright (c) 2014 TechnoPark Corp.
4
4
  # Copyright (c) 2014 Yegor Bugayenko
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pdd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-08-07 00:00:00.000000000 Z
12
+ date: 2014-08-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: nokogiri