Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

Commit 255cce9

Browse files
Angularjs upgrade - 1.8.x (#100)
* adding angular 1.8.0 * removing angular 1.6 * updates
1 parent cdeb2ce commit 255cce9

File tree

5 files changed

+36497
-6
lines changed

5 files changed

+36497
-6
lines changed

Gemfile.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ PATH
22
remote: .
33
specs:
44
apidoco (1.6.1)
5-
angularjs-rails (~> 1.6, >= 1.6.8)
65
rails (>= 5.0.0)
76

87
GEM
@@ -51,7 +50,6 @@ GEM
5150
tzinfo (~> 1.1)
5251
addressable (2.7.0)
5352
public_suffix (>= 2.0.2, < 5.0)
54-
angularjs-rails (1.6.8)
5553
apparition (0.5.0)
5654
capybara (~> 3.13, < 4)
5755
websocket-driver (>= 0.6.5)

apidoco.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Gem::Specification.new do |s|
1717
s.files = Dir['{app,config,lib}/**/*', 'MIT-LICENSE', 'Rakefile', 'README.md']
1818
s.test_files = Dir['spec/**/*']
1919

20-
s.add_runtime_dependency 'angularjs-rails', '~> 1.6', '>= 1.6.8'
2120
s.add_runtime_dependency 'rails', '>= 5.0.0' # Do not specify the rails version
2221

2322
s.add_development_dependency 'apparition', '~> 0.1', '>= 0.1.0'

app/assets/javascripts/apidoco/application.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
1111
// about supported directives.
1212
//
13-
//= require angular
13+
//= require angular/1.8.0/angular
1414
//
1515
//= require apidoco/jquery.min
1616
//= require apidoco/jquery.json-viewer

lib/apidoco.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
require 'angularjs-rails'
2-
31
require 'apidoco/engine'
42
require 'apidoco/version_parser'
53
require 'apidoco/version_documentation'

0 commit comments

Comments
 (0)