system_executor 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MDRkNTY3ZjkwMmY0MjNmNjAzYjk0NDAzODA3OTBmNTkyOTgyMTkwMg==
4
+ YTc0OTU3N2Q5MjFhZDI0ZTQ0ZmJiMjU1YWQ5NWY3NjNmZWI0MWY3Mw==
5
5
  data.tar.gz: !binary |-
6
- ZjgyOThlODlmMmRhYzQyODcxZDllYmZmNGRiODM3ZGJiNDZmNTFiZg==
6
+ ZTBlNWYwNzllMTZiZDQ3NGZmNTYwZjE2NTk2ZmVlNTZlOWFhZjYxMA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZTU5MGFmMWM4NTc4NGFlNzYzZDA4ODAyODU5Mjg2YjU0ZWVjOWU3ZGQ3YWM5
10
- YzcyYzZiMjk4MTY1MDkxNjY2NGFhZmM5NWIwZmQ1NDk5NDJmNTZlOGVmZjAz
11
- NmJkMzlhZWQwODg2YjM5ZDNlNGE2MTA2YWYzZjg0Yzc0Y2RkOTk=
9
+ MDAwNWUxOTlmNDViMDJiOTEzMzk0MjQ1MzA5MTQ1Yjg1MDdlOTA0ODQwZDM4
10
+ YTBiMTllMGQ1MWU5M2NiN2E2OGNmOTMzNDU1ZDA5ZTA0M2Y3ZjZkMjY5Mjgy
11
+ NGE4NGUzOGMxMmY4M2MzZjFmYThkMDQwM2RmZWYxZDk1YzdkYmU=
12
12
  data.tar.gz: !binary |-
13
- ZDdmYjgyNTIyNTU5Yzk3MTMwNTcxZjhhZTY1ZDg3MDAyZmVhNDQyZTFkZGEx
14
- MWIzODcxZTBlZDNmZWY5MzdjYTE0MmQwNzMwMTExNzU3MGE0N2MwZTBhMzdl
15
- MDg5MzY4OTZmZTIyMGFjNDcyN2RiNGJiOWNkYjBlZmQwYjdkODk=
13
+ MmNhZWJiNjM3MDVmNmJhZWI2OTcxZjhjY2ZmZTMyOTFiN2IzOTkyZmJiNThh
14
+ NTNkYTVmOWEzZDhlZTg1MmNjYmEwMWQ3ZjFiYTgzYTI2MTc1OWRiODA4YjI5
15
+ ODlkOTYzM2E4OTU0ODgwOTM3OGI1ZjJkNGVkMTcwZTY5NDdjYzE=
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ === 1.0.2 (2015.06.26)
2
+
3
+ * update license
4
+
1
5
  === 1.0.1 (2015.06.26)
2
6
 
3
7
  * fix docs
@@ -1,3 +1,22 @@
1
+ # encoding: utf-8
2
+
3
+ # Copyright (C) 2015 Szymon Kopciewski
4
+ #
5
+ # This file is part of SystemExecutor.
6
+ #
7
+ # This program is free software: you can redistribute it and/or modify
8
+ # it under the terms of the GNU General Public License as published by
9
+ # the Free Software Foundation, either version 3 of the License, or
10
+ # (at your option) any later version.
11
+ #
12
+ # This program is distributed in the hope that it will be useful,
13
+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
14
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
+ # GNU General Public License for more details.
16
+ #
17
+ # You should have received a copy of the GNU General Public License
18
+ # along with this program. If not, see <http://www.gnu.org/licenses/>.
19
+
1
20
  module SystemExecutor
2
21
  class Executor
3
22
 
@@ -18,5 +18,5 @@
18
18
  # along with this program. If not, see <http://www.gnu.org/licenses/>.
19
19
 
20
20
  module SystemExecutor
21
- VERSION = '1.0.1'
21
+ VERSION = '1.0.2'
22
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: system_executor
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Szymon Kopciewski