lti_public_resources 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 34018fcdd4c5463805a6b5be23109eb92be045b4
4
- data.tar.gz: b3e86fa3bdc802dbd6eb071c60d95b0de5679149
3
+ metadata.gz: f83fcfb8dad2cc69c8af5bf53a16d35bb3f334aa
4
+ data.tar.gz: ed014f8eb240306307585a9574c88dbcfde7624c
5
5
  SHA512:
6
- metadata.gz: f6a71d0df4defbbabbdab7669c1a2db997b56fb0238a4ec90e1164f6fba39306ab2f9b3bb7be3cd26661410f968d7533318daf87cbe8c3de7c2996e8f37a7faf
7
- data.tar.gz: 1f9cbbd31089d5dadfc831a3c71bd0272468b567ebb38082016036f13d8928560d34f60e8233cf3d9c34d6269414251bc433b883973e041673bd06948413f6b6
6
+ metadata.gz: b021c2b9767eb1495802e849ed2dec41566bdb3bd0b11d23e659cfdac0c2c69e704539ea7568bd59cd2b790443d4265363038fa236249bbefe66bc0c407e11d4
7
+ data.tar.gz: 7f3abcc45ca4b565f1639a14baeeb548bc4e67d8224ea95d234f665da4b3a314b0733bcdc7a1fcc5b80090d25ef00dd2e4d1edfd20efd2eb3ca48e18a380c796
@@ -1,3 +1,3 @@
1
1
  module LtiPublicResources
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -2,10 +2,8 @@ require 'test_helper'
2
2
 
3
3
  module LtiPublicResources
4
4
  class EmberControllerTest < ActionController::TestCase
5
- test "should get index" do
6
- get :index
7
- assert_response :success
8
- end
9
-
5
+ # test "the truth" do
6
+ # assert true
7
+ # end
10
8
  end
11
9
  end
@@ -0,0 +1,7 @@
1
+ vimeo:
2
+ consumer_key: VIMEO_CONSUMER_KEY
3
+ consumer_secret: VIMEO_CONSUMER_SECRET
4
+ access_token: VIMEO_ACCESS_TOKEN
5
+ access_token_secret: VIMEO_ACCESS_TOKEN_SECRET
6
+ quizlet:
7
+ client_id: QUIZLET_CLIENT_ID
File without changes
@@ -7625,3 +7625,21 @@ Started POST "/lti_public_resources/api/embed" for 127.0.0.1 at 2013-12-17 11:29
7625
7625
  Processing by LtiPublicResources::ApiController#embed as JSON
7626
7626
  Parameters: {"return_type"=>{"url"=>"http://vimeo.com/72963743", "text"=>"Dog", "title"=>"Dog", "return_type"=>"url"}, "launch_params"=>{"tool_id"=>"vimeo"}}
7627
7627
  Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
7628
+ Initializing using /Users/eberry/Projects/Instructure/lti_public_resources/test/dummy/config/lti_public_resources_config.yml
7629
+
7630
+
7631
+ Started GET "/" for 127.0.0.1 at 2013-12-20 12:08:18 -0700
7632
+ Processing by Rails::WelcomeController#index as HTML
7633
+ Rendered /Users/eberry/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.0.2/lib/rails/templates/rails/welcome/index.html.erb (1.6ms)
7634
+ Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms)
7635
+
7636
+
7637
+ Started GET "/lti_public_resources" for 127.0.0.1 at 2013-12-20 12:08:24 -0700
7638
+ Processing by LtiPublicResources::EmberController#app as HTML
7639
+ Rendered /Users/eberry/Projects/Instructure/lti_public_resources/app/views/lti_public_resources/ember/app.html.erb (0.6ms)
7640
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
7641
+
7642
+
7643
+ Started GET "/lti_public_resources/api/lti_apps" for 127.0.0.1 at 2013-12-20 12:08:24 -0700
7644
+ Processing by LtiPublicResources::ApiController#lti_apps as */*
7645
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
@@ -0,0 +1,17 @@
1
+ Initializing using /Users/eberry/Projects/Instructure/lti_public_resources/test/dummy/config/lti_public_resources_config.yml
2
+  (0.2ms) begin transaction
3
+ --------------------------------------------------------------
4
+ LtiPublicResources::EmberControllerTest: test_should_get_index
5
+ --------------------------------------------------------------
6
+  (0.1ms) rollback transaction
7
+  (0.1ms) begin transaction
8
+ ----------------------------------
9
+ LtiPublicResourcesTest: test_truth
10
+ ----------------------------------
11
+  (0.0ms) rollback transaction
12
+ Initializing using /Users/eberry/Projects/Instructure/lti_public_resources/test/dummy/config/lti_public_resources_config.yml
13
+  (0.2ms) begin transaction
14
+ ----------------------------------
15
+ LtiPublicResourcesTest: test_truth
16
+ ----------------------------------
17
+  (0.0ms) rollback transaction
@@ -0,0 +1 @@
1
+ 5392
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lti_public_resources
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
  - Eric Berry
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-12-19 00:00:00.000000000 Z
12
+ date: 2013-12-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -113,10 +113,13 @@ files:
113
113
  - test/dummy/config/initializers/session_store.rb
114
114
  - test/dummy/config/initializers/wrap_parameters.rb
115
115
  - test/dummy/config/locales/en.yml
116
+ - test/dummy/config/lti_public_resources_config.yml
116
117
  - test/dummy/config/routes.rb
117
118
  - test/dummy/config.ru
118
119
  - test/dummy/db/development.sqlite3
120
+ - test/dummy/db/test.sqlite3
119
121
  - test/dummy/log/development.log
122
+ - test/dummy/log/test.log
120
123
  - test/dummy/public/404.html
121
124
  - test/dummy/public/422.html
122
125
  - test/dummy/public/500.html
@@ -138,6 +141,7 @@ files:
138
141
  - test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
139
142
  - test/dummy/tmp/cache/assets/development/sprockets/eec047541657615239a6efd089cd0d7b
140
143
  - test/dummy/tmp/cache/assets/development/sprockets/ffd034e84822331c80a8c0007c62985c
144
+ - test/dummy/tmp/pids/server.pid
141
145
  - test/helpers/lti_public_resources/api_helper_test.rb
142
146
  - test/helpers/lti_public_resources/ember_helper_test.rb
143
147
  - test/integration/navigation_test.rb
@@ -162,7 +166,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
162
166
  version: '0'
163
167
  requirements: []
164
168
  rubyforge_project:
165
- rubygems_version: 2.1.11
169
+ rubygems_version: 2.0.6
166
170
  signing_key:
167
171
  specification_version: 4
168
172
  summary: Public Resources LTI app
@@ -192,10 +196,13 @@ test_files:
192
196
  - test/dummy/config/initializers/session_store.rb
193
197
  - test/dummy/config/initializers/wrap_parameters.rb
194
198
  - test/dummy/config/locales/en.yml
199
+ - test/dummy/config/lti_public_resources_config.yml
195
200
  - test/dummy/config/routes.rb
196
201
  - test/dummy/config.ru
197
202
  - test/dummy/db/development.sqlite3
203
+ - test/dummy/db/test.sqlite3
198
204
  - test/dummy/log/development.log
205
+ - test/dummy/log/test.log
199
206
  - test/dummy/public/404.html
200
207
  - test/dummy/public/422.html
201
208
  - test/dummy/public/500.html
@@ -217,6 +224,7 @@ test_files:
217
224
  - test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
218
225
  - test/dummy/tmp/cache/assets/development/sprockets/eec047541657615239a6efd089cd0d7b
219
226
  - test/dummy/tmp/cache/assets/development/sprockets/ffd034e84822331c80a8c0007c62985c
227
+ - test/dummy/tmp/pids/server.pid
220
228
  - test/helpers/lti_public_resources/api_helper_test.rb
221
229
  - test/helpers/lti_public_resources/ember_helper_test.rb
222
230
  - test/integration/navigation_test.rb