codersdojo 1.1.02 → 1.1.03

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/spec/uploader_spec.rb +1 -0
  2. metadata +8 -6
@@ -28,6 +28,7 @@ describe Uploader do
28
28
  @uploader.stub(:upload_kata).and_return 'kata_xml'
29
29
  XMLElementExtractor.should_receive(:extract).with('kata/id', 'kata_xml').and_return 'kata_id'
30
30
  @uploader.stub(:upload_states).with 'kata_id'
31
+ XMLElementExtractor.should_receive(:extract).with('kata/uuid', 'kata_xml').and_return 'describe_url'
31
32
  XMLElementExtractor.should_receive(:extract).with('kata/short-url', 'kata_xml').and_return 'short_url'
32
33
  @uploader.upload_kata_and_states
33
34
  end
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: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 2
10
- version: 1.1.02
9
+ - 3
10
+ version: 1.1.03
11
11
  platform: ruby
12
12
  authors:
13
13
  - CodersDojo-Team
@@ -117,10 +117,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
117
117
  requirements:
118
118
  - - ">="
119
119
  - !ruby/object:Gem::Version
120
- hash: 3
120
+ hash: 57
121
121
  segments:
122
- - 0
123
- version: "0"
122
+ - 1
123
+ - 8
124
+ - 7
125
+ version: 1.8.7
124
126
  required_rubygems_version: !ruby/object:Gem::Requirement
125
127
  none: false
126
128
  requirements: