lti_public_resources 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 +4 -4
- data/lib/lti_public_resources/version.rb +1 -1
- data/test/controllers/lti_public_resources/ember_controller_test.rb +3 -5
- data/test/dummy/config/lti_public_resources_config.yml +7 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +18 -0
- data/test/dummy/log/test.log +17 -0
- data/test/dummy/tmp/pids/server.pid +1 -0
- metadata +11 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f83fcfb8dad2cc69c8af5bf53a16d35bb3f334aa
|
|
4
|
+
data.tar.gz: ed014f8eb240306307585a9574c88dbcfde7624c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b021c2b9767eb1495802e849ed2dec41566bdb3bd0b11d23e659cfdac0c2c69e704539ea7568bd59cd2b790443d4265363038fa236249bbefe66bc0c407e11d4
|
|
7
|
+
data.tar.gz: 7f3abcc45ca4b565f1639a14baeeb548bc4e67d8224ea95d234f665da4b3a314b0733bcdc7a1fcc5b80090d25ef00dd2e4d1edfd20efd2eb3ca48e18a380c796
|
|
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
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
|
3
|
+
--------------------------------------------------------------
|
|
4
|
+
LtiPublicResources::EmberControllerTest: test_should_get_index
|
|
5
|
+
--------------------------------------------------------------
|
|
6
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
7
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
8
|
+
----------------------------------
|
|
9
|
+
LtiPublicResourcesTest: test_truth
|
|
10
|
+
----------------------------------
|
|
11
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
|
12
|
+
Initializing using /Users/eberry/Projects/Instructure/lti_public_resources/test/dummy/config/lti_public_resources_config.yml
|
|
13
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
|
14
|
+
----------------------------------
|
|
15
|
+
LtiPublicResourcesTest: test_truth
|
|
16
|
+
----------------------------------
|
|
17
|
+
[1m[35m (0.0ms)[0m 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.
|
|
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-
|
|
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.
|
|
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
|