codersdojo 1.1.18 → 1.1.19

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 (2) hide show
  1. data/app/controller.rb +2 -2
  2. metadata +3 -3
data/app/controller.rb CHANGED
@@ -51,8 +51,8 @@ class Controller
51
51
  end
52
52
 
53
53
  # merge with 'upload_with_framework' when the framework parameter is removed
54
- def upload session_directory, open_browser
55
- upload_with_framework framework_property, session_directory, open_browser=true
54
+ def upload session_directory, open_browser=true
55
+ upload_with_framework framework_property, session_directory, open_browser
56
56
  end
57
57
 
58
58
  # framework parameter is obsolete since client version 1.1.08 (08-feb-2011)
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: codersdojo
3
3
  version: !ruby/object:Gem::Version
4
- hash: 55
4
+ hash: 53
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 18
10
- version: 1.1.18
9
+ - 19
10
+ version: 1.1.19
11
11
  platform: ruby
12
12
  authors:
13
13
  - CodersDojo-Team