pdd 0.6 → 0.6.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.
Files changed (3) hide show
  1. data/.rultor.yml +1 -1
  2. data/lib/pdd/version.rb +1 -1
  3. metadata +1 -1
@@ -5,6 +5,7 @@ assets:
5
5
  install:
6
6
  - "sudo apt-get update"
7
7
  - "sudo apt-get install -y --fix-missing libmagic1 libmagic-dev"
8
+ - "sudo gem install pdd"
8
9
 
9
10
  release:
10
11
  script:
@@ -15,7 +16,6 @@ release:
15
16
  - "gem build pdd.gemspec"
16
17
  - "chmod 0600 ../rubygems.yml"
17
18
  - "gem push *.gem --config-file ../rubygems.yml"
18
- - "gem install pdd"
19
19
  - "pdd --source=$(pwd) --verbose --file=pdd.xml -e=test/** -e=features/** -e=README.md"
20
20
  - "s3cmd --no-progress put pdd.xml --config=../s3cfg s3://pdd.teamed.io/pdd.xml"
21
21
  - "s3cmd --no-progress put assets/puzzles.xsd --acl-public --config=../s3cfg s3://pdd-xsd.teamed.io/${tag}.xsd"
@@ -26,5 +26,5 @@
26
26
  # Copyright:: Copyright (c) 2014 Yegor Bugayenko
27
27
  # License:: MIT
28
28
  module PDD
29
- VERSION = '0.6'
29
+ VERSION = '0.6.1'
30
30
  end
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.6'
4
+ version: 0.6.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: