uva-tools 0.0.2 → 0.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9c3615b3d3e8580d5a0bc5b202f0b193989e1aba
4
- data.tar.gz: 59fca87b8834319e6034306d4fe54f77b52842bf
3
+ metadata.gz: 63885dd33b409acec98159033c4af3195b48d59a
4
+ data.tar.gz: 94c3a6648e75ec0469275448d5de7782a85aba8e
5
5
  SHA512:
6
- metadata.gz: 78c1fb38a554df072af6c853e2ed0b1ce0f2ef1923882bdd3d3ea77c67fdc56f0e1ef9dda434009a9e15e5f7819604bbcc2e36e91be9d9d9508a5ea70481dd25
7
- data.tar.gz: e639ce24547767f5c07aa1de554cba287000b0f4718dde267cb25d4187585ad0cdc0f8de6d02a1db4eeb26618934d9977ed22440daf95214bb5d316d125a30cf
6
+ metadata.gz: 1804880fd63a2eebc5f48b42898d53218e527e7329418d926acaa3e03fd93ea3e9fb6840003704e7d7ca340fbb9dacba75e4d8857706e865c48c4a0368cf6f95
7
+ data.tar.gz: 88c25d6c95a07c9fdf88a74b4f41b143df74fad9d4dce2b2ae2ed332a84213ceb09c593bcacf07051310f9478e61be650909160afca82bafeec3999144a56f3c
@@ -114,7 +114,7 @@ module UVaTools
114
114
  File.directory?(dir_name) && (File.exists?("#{dir_name}/#{number}.html") || File.exists?("#{dir_name}/#{number}.pdf"))
115
115
  end
116
116
 
117
- def open
117
+ def open_problem
118
118
  if f_path = path
119
119
  `open #{f_path}`
120
120
  true
@@ -1,3 +1,3 @@
1
1
  module UVaTools
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uva-tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dave Allie