xing-framework 1.0.0.pre.beta → 1.0.0.pre.beta.1

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: 649284c17ee05fb37ef99ca42f211bb1af9da98a
4
- data.tar.gz: 08ae4076df02fbc510025e935c4a5a6b5cf4907a
3
+ metadata.gz: a8a1ae226a9db0fc3df365aab6969598b69c1d56
4
+ data.tar.gz: a6991cf3a0f190d405953ca394e3f11c4ad59526
5
5
  SHA512:
6
- metadata.gz: 9bb097aefd3292c7a47eb7c63558dd3d142727fd6a063bc6ba1e6d64c7848bdc148c25e2b05b7477659a444cbd133faf343191168c66c0e53ede19ed7f79254a
7
- data.tar.gz: 5c0b03d2a6e8af1844a96676201274efdf4169268c33265a264545a2bbe5726d23c3936a2c8eb4ca90caac17313000cfba2f0f5fae1b5c8005acf166094c715f
6
+ metadata.gz: 67a88fdab347b45d81abffb4b5810720f6e403e939894fb97ff5e2bbdf92bdc444c9dedcd45643f0c8f14323374b34761d338ceec1e04d3d46c94ef77df85a05
7
+ data.tar.gz: 5707b69576668cfecc41f00e24b01bd94886f0529aa981576ec67b8d65b2748618ed07b65d0d5f7032b2194def9586978baa884d4d8031747c890f1907ab0313
@@ -0,0 +1,187 @@
1
+ !_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/
2
+ !_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/
3
+ !_TAG_PROGRAM_AUTHOR Darren Hiebert /dhiebert@users.sourceforge.net/
4
+ !_TAG_PROGRAM_NAME Exuberant Ctags //
5
+ !_TAG_PROGRAM_URL http://ctags.sourceforge.net /official site/
6
+ !_TAG_PROGRAM_VERSION 5.8 //
7
+ $authMock ../frontend/test/auth/passwords/passwordsControllers.js /^ $authMock = {$/;" o
8
+ $authMock ../frontend/test/auth/registrations/registrationsControllers.js /^ $authMock = {$/;" o
9
+ $authMock ../frontend/test/auth/sessions/sessionsControllers.js /^ $authMock = {$/;" o
10
+ $scope.passwordRequest ../frontend/src/app/auth/passwords/passwordsControllers.js /^ $scope.passwordRequest = {$/;" o
11
+ $scope.passwordRequest ../frontend/test/auth/passwords/passwordsControllers.js /^ $scope.passwordRequest = { email: "bob@bob.com" };$/;" o
12
+ $scope.passwordRequest ../frontend/test/auth/passwords/passwordsControllers.js /^ $scope.passwordRequest = { email: ''};$/;" o
13
+ $scope.passwordRequestSubmit ../frontend/src/app/auth/passwords/passwordsControllers.js /^ $scope.passwordRequestSubmit = function() {$/;" f
14
+ $scope.passwordUpdate ../frontend/src/app/auth/passwords/passwordsControllers.js /^ $scope.passwordUpdate = {$/;" o
15
+ $scope.passwordUpdate ../frontend/test/auth/passwords/passwordsControllers.js /^ $scope.passwordUpdate = {$/;" o
16
+ $scope.passwordUpdateSubmit ../frontend/src/app/auth/passwords/passwordsControllers.js /^ $scope.passwordUpdateSubmit = function() {$/;" f
17
+ $scope.registration ../frontend/src/app/auth/registrations/registrationsControllers.js /^ $scope.registration = {$/;" o
18
+ $scope.registration ../frontend/test/auth/registrations/registrationsControllers.js /^ $scope.registration = { email: "bob@bob.com",$/;" o
19
+ $scope.registrationSubmit ../frontend/src/app/auth/registrations/registrationsControllers.js /^ $scope.registrationSubmit = function() {$/;" f
20
+ $scope.session ../frontend/src/app/auth/sessions/sessionsControllers.js /^ $scope.session = {$/;" o
21
+ $scope.session ../frontend/test/auth/sessions/sessionsControllers.js /^ $scope.session = { email: "bob", password: "password" };$/;" o
22
+ $scope.session ../frontend/test/auth/sessions/sessionsControllers.js /^ $scope.session = { email: "jill", password: "wrong password" };$/;" o
23
+ $scope.sessionSubmit ../frontend/src/app/auth/sessions/sessionsControllers.js /^ $scope.sessionSubmit = function() {$/;" f
24
+ $scope.session[authConfig.authKey] ../frontend/src/app/auth/sessions/sessionsControllers.js /^ $scope.session[authConfig.authKey] = '';$/;" s
25
+ $stateMock ../frontend/test/auth/registrations/registrationsControllers.js /^ $stateMock = {$/;" o
26
+ $stateMock ../frontend/test/auth/sessions/sessionsControllers.js /^ $stateMock = {$/;" o
27
+ $toastMock ../frontend/test/auth/passwords/passwordsControllers.js /^ $toastMock = {};$/;" o
28
+ $toastMock ../frontend/test/auth/registrations/registrationsControllers.js /^ $toastMock = {};$/;" o
29
+ $toastMock ../frontend/test/auth/sessions/sessionsControllers.js /^ $toastMock = {};$/;" o
30
+ (session.user.password ../frontend/test/auth/sessions/sessionsControllers.js /^ if ((session.user.email == "bob") && (session.user.password = "password")) {$/;" s
31
+ APP_MODULE ../backend/config/application.rb /^module APP_MODULE$/;" m
32
+ APP_MODULE ../backend/lib/static-app.rb /^module APP_MODULE$/;" m
33
+ Ability ../backend/app/models/ability.rb /^class Ability$/;" c
34
+ AdminOnly ../frontend/src/common/components/adminOnly/adminOnly.js /^export default class AdminOnly extends OnLoginDirective {$/;" c
35
+ Application ../backend/config/application.rb /^ class Application < Rails::Application$/;" c class:APP_MODULE
36
+ ApplicationController ../backend/app/controllers/application_controller.rb /^class ApplicationController < Xing::Controllers::Base$/;" c
37
+ ConfirmationsController ../backend/app/controllers/confirmations_controller.rb /^class ConfirmationsController < DeviseTokenAuth::ConfirmationsController$/;" c
38
+ ConfirmationsSuccessState ../frontend/src/app/auth/confirmations/confirmationsStates.js /^export class ConfirmationsSuccessState extends LoggedInOnlyState {$/;" c
39
+ DevelopmentMailInterceptor ../backend/config/initializers/smtp.rb /^class DevelopmentMailInterceptor$/;" c
40
+ DeviseExtraTestHelper ../backend/spec/support/devise_helper.rb /^module DeviseExtraTestHelper$/;" m
41
+ HomepageController ../frontend/src/app/homepage/homepageControllers.js /^export class HomepageController {$/;" c
42
+ HomepageShowController ../frontend/src/app/homepage/homepageControllers.js /^export class HomepageShowController {$/;" c
43
+ HomepageShowState ../frontend/src/app/homepage/homepageStates.js /^export class HomepageShowState {$/;" c
44
+ HomepageState ../frontend/src/app/homepage/homepageStates.js /^export class HomepageState extends TrackAdminState {$/;" c
45
+ OnLoginDirective ../frontend/src/common/components/OnLoginDirective/OnLoginDirective.js /^export default class OnLoginDirective {$/;" c
46
+ PasswordsController ../backend/app/controllers/passwords_controller.rb /^class PasswordsController < DeviseTokenAuth::PasswordsController$/;" c
47
+ PasswordsRequestState ../frontend/src/app/auth/passwords/passwordsStates.js /^export class PasswordsRequestState {$/;" c
48
+ PasswordsRequestSuccessState ../frontend/src/app/auth/passwords/passwordsStates.js /^export class PasswordsRequestSuccessState {$/;" c
49
+ PasswordsUpdateState ../frontend/src/app/auth/passwords/passwordsStates.js /^export class PasswordsUpdateState extends LoggedInOnlyState {$/;" c
50
+ PasswordsUpdateSuccessState ../frontend/src/app/auth/passwords/passwordsStates.js /^export class PasswordsUpdateSuccessState extends LoggedInOnlyState {$/;" c
51
+ RSpec ../backend/spec/support/devise_helper.rb /^module RSpec::Rails::ControllerExampleGroup$/;" m
52
+ RSpec ../backend/spec/support/devise_helper.rb /^module RSpec::Rails::HelperExampleGroup$/;" m
53
+ RSpec ../backend/spec/support/devise_helper.rb /^module RSpec::Rails::ViewExampleGroup$/;" m
54
+ RegistrationsController ../backend/app/controllers/registrations_controller.rb /^class RegistrationsController < DeviseTokenAuth::RegistrationsController$/;" c
55
+ RegistrationsState ../frontend/src/app/auth/registrations/registrationsStates.js /^export class RegistrationsState {$/;" c
56
+ RegistrationsSuccessState ../frontend/src/app/auth/registrations/registrationsStates.js /^export class RegistrationsSuccessState {$/;" c
57
+ Resources ../frontend/src/common/resources.js /^class Resources extends RL.Resource {$/;" c
58
+ Role ../backend/app/models/role/admin.rb /^class Role::Admin < Role$/;" c
59
+ RootInnerState ../frontend/src/app/rootStates.js /^export class RootInnerState {$/;" c
60
+ RootState ../frontend/src/app/rootStates.js /^export class RootState {$/;" c
61
+ SessionLinks ../frontend/src/common/components/sessionLinks/sessionLinks.js /^export default class SessionLinks extends OnLoginDirective {$/;" c
62
+ SessionsState ../frontend/src/app/auth/sessions/sessionsStates.js /^export class SessionsState {$/;" c
63
+ SessionsSuccessState ../frontend/src/app/auth/sessions/sessionsStates.js /^export class SessionsSuccessState extends LoggedInOnlyState {$/;" c
64
+ SignOut ../frontend/src/common/components/signOut/signOut.js /^export default class SignOut {$/;" c
65
+ StaticApp ../backend/lib/static-app.rb /^ class StaticApp < Xing::DevAssets::RackApp$/;" c class:APP_MODULE
66
+ User ../backend/app/models/user.rb /^class User < ActiveRecord::Base$/;" c
67
+ XingApp ../backend/config/application.rb /^module XingApp; end$/;" m
68
+ appName ../frontend/src/common/config.js /^export var appName = "XING-BASE";$/;" s
69
+ app_files ../frontend/build.config.js /^ app_files: {$/;" o
70
+ assets ../frontend/build.config.js /^ assets: [$/;" a
71
+ atpl ../frontend/build.config.js /^ atpl: [ 'src\/app\/**\/*.tpl.html' ],$/;" a
72
+ browsers ../frontend/karma/karma-unit.tpl.js /^ browsers: [$/;" a
73
+ build_dirs ../frontend/build.config.js /^ build_dirs: {$/;" o
74
+ children ../frontend/test/app.js /^ children: {}$/;" o
75
+ coffee ../frontend/build.config.js /^ coffee: [ 'src\/**\/*.coffee', '!src\/**\/*.spec.coffee' ],$/;" a
76
+ coffeeunit ../frontend/build.config.js /^ coffeeunit: [ 'test\/**\/*.coffee' ],$/;" a
77
+ compare ../frontend/test/specHelper.js /^ compare: function(actual) {$/;" f
78
+ compare ../frontend/test/specHelper.js /^ compare: function(actual, expected) {$/;" f
79
+ compile_targets ../frontend/build.config.js /^ compile_targets: {$/;" o
80
+ config ../frontend/src/app/auth/config.js /^ var config = {$/;" o
81
+ configuration ../frontend/src/common/config.js /^export var configuration = { backendUrl, appName };$/;" o
82
+ configure_permitted_parameters ../backend/app/controllers/registrations_controller.rb /^ def configure_permitted_parameters$/;" f class:RegistrationsController
83
+ confirmationLocation.pathname ../frontend/src/app/auth/auth.js /^ confirmationLocation.pathname = "\/confirmed";$/;" s
84
+ confirmationLocation.search ../frontend/src/app/auth/auth.js /^ confirmationLocation.search = "";$/;" s
85
+ content_for ../backend/spec/spec_helper.rb /^def content_for(name)$/;" f
86
+ cookies ../frontend/src/common/config.js /^ var cookies = [];$/;" a
87
+ css ../frontend/build.config.js /^ css: [$/;" a
88
+ ctpl ../frontend/build.config.js /^ ctpl: [ 'src\/common\/**\/*.tpl.html' ],$/;" a
89
+ current_user ../backend/spec/support/devise_helper.rb /^ def current_user(stubs = {})$/;" f class:DeviseExtraTestHelper
90
+ current_user_session ../backend/spec/support/devise_helper.rb /^ def current_user_session(stubs = {}, user_stubs = {})$/;" f class:DeviseExtraTestHelper
91
+ data ../frontend/test/auth/passwords/passwordsControllers.js /^ data: {$/;" o
92
+ data ../frontend/test/auth/registrations/registrationsControllers.js /^ data: {$/;" o
93
+ delivering_email ../backend/config/initializers/smtp.rb /^ def self.delivering_email(message)$/;" F class:DevelopmentMailInterceptor
94
+ environment ../frontend/config/environments/development.js /^export var environment = {$/;" o
95
+ environment ../frontend/config/environments/integration.js /^export var environment = {$/;" o
96
+ environment ../frontend/config/environments/production.js /^export var environment = {$/;" o
97
+ environment ../frontend/config/environments/test.js /^export var environment = {$/;" o
98
+ errors ../frontend/test/auth/passwords/passwordsControllers.js /^ errors: ["Missing Email"]$/;" a
99
+ errors ../frontend/test/auth/passwords/passwordsControllers.js /^ errors: { passwordConfirmation: "must match password" }$/;" o
100
+ errors ../frontend/test/auth/registrations/registrationsControllers.js /^ errors: { emailConfirmation: "must match email" }$/;" o
101
+ exclude ../frontend/karma/karma-unit.tpl.js /^ exclude: [$/;" a
102
+ files ../frontend/karma/karma-unit.tpl.js /^ files: [$/;" a
103
+ frameworks ../frontend/karma/karma-unit.tpl.js /^ frameworks: [ 'jasmine' ],$/;" a
104
+ html ../frontend/build.config.js /^ html: [ 'src\/index.html' ],$/;" a
105
+ initialize ../backend/app/models/ability.rb /^ def initialize(user)$/;" f class:Ability
106
+ js ../frontend/build.config.js /^ js: [ 'src\/**\/*.js', '!src\/**\/*.spec.js', '!src\/assets\/**\/*.js' ],$/;" a
107
+ js ../frontend/build.config.js /^ js: [$/;" a
108
+ js_es6 ../frontend/build.config.js /^ js_es6: [ 'build\/src-es6\/**\/*.js', '!build\/src-es6\/**\/*.spec.js', '!build\/src-es6\/assets\/**\/*.js' ],$/;" a
109
+ js_roots ../frontend/build.config.js /^ js_roots: [ 'src\/app\/app.js' ],$/;" a
110
+ jstest ../frontend/build.config.js /^ jstest: [ 'test\/**\/*.js', 'test-help\/**\/*.js' ],$/;" a
111
+ jstest_es6 ../frontend/build.config.js /^ jstest_es6: [ 'build\/test-es6\/**\/*.js', 'build\/test-help-es6\/**\/*.js' ],$/;" a
112
+ jsunit ../frontend/build.config.js /^ jsunit: [ 'test\/**\/*.js' ],$/;" a
113
+ log_root ../backend/lib/static-app.rb /^ def log_root$/;" f class:APP_MODULE.StaticApp
114
+ login_as ../backend/spec/support/devise_helper.rb /^ def login_as(user)$/;" f class:DeviseExtraTestHelper
115
+ logout ../backend/spec/support/devise_helper.rb /^ def logout$/;" f
116
+ mockDir ../frontend/test/support/mockDirective.js /^ var mockDir = {$/;" o
117
+ mockMain ../frontend/test/app.js /^ mockMain = {$/;" o
118
+ mockSerializer ../frontend/test/auth/passwords/passwordsControllers.js /^ mockSerializer = function() {$/;" f
119
+ mockSerializer ../frontend/test/auth/registrations/registrationsControllers.js /^ mockSerializer = function() {$/;" f
120
+ module.exports ../frontend/Gruntfile.js /^module.exports = function( grunt , options ) {$/;" f
121
+ module.exports ../frontend/build.config.js /^module.exports = {$/;" o
122
+ module.exports ../frontend/karma/karma-unit.tpl.js /^module.exports = function ( config ) {$/;" f
123
+ passwordResetSuccessLocation.pathname ../frontend/src/app/auth/auth.js /^ passwordResetSuccessLocation.pathname = "\/update-password";$/;" s
124
+ passwordResetSuccessLocation.search ../frontend/src/app/auth/auth.js /^ passwordResetSuccessLocation.search = "";$/;" s
125
+ plugins ../frontend/karma/karma-unit.tpl.js /^ plugins: [$/;" a
126
+ portOffset ../frontend/karma/karma-unit.tpl.js /^ var portOffset = function() {$/;" f
127
+ preprocessors ../frontend/karma/karma-unit.tpl.js /^ preprocessors: {$/;" o
128
+ role ../backend/app/models/user.rb /^ def role$/;" f class:User
129
+ routes ../backend/spec/spec_helper.rb /^def routes$/;" f
130
+ services ../frontend/src/common/components/adminOnly/adminOnly.js /^ services: ['$rootScope', '$auth'],$/;" a
131
+ services ../frontend/src/common/components/sessionLinks/sessionLinks.js /^ services: ['$rootScope', '$auth']$/;" a
132
+ set_abilities ../backend/app/models/role/admin.rb /^ def set_abilities(ability)$/;" f class:Role
133
+ sign_in ../backend/spec/support/devise_helper.rb /^ def sign_in(user)$/;" f class:DeviseExtraTestHelper
134
+ sign_out ../backend/spec/support/devise_helper.rb /^ def sign_out(user)$/;" f class:DeviseExtraTestHelper
135
+ storageType ../frontend/src/app/auth/auth.js /^ storageType = 'cookies';$/;" s
136
+ storageType ../frontend/src/app/auth/auth.js /^ var storageType = 'localStorage';$/;" s
137
+ test_files ../frontend/build.config.js /^ test_files: {$/;" o
138
+ theToken ../frontend/test/auth/passwords/passwordsControllers.js /^ theToken = "someCryptoThingOrWhat";$/;" s
139
+ theUpdateUrl ../frontend/test/auth/passwords/passwordsControllers.js /^ theUpdateUrl = "the:\/\/update.url\/for_passwords";$/;" s
140
+ this.$get ../frontend/src/app/auth/config.js /^ this.$get = [function authKey() {$/;" a
141
+ this.authKey ../frontend/src/app/auth/config.js /^ this.authKey = function (name) {$/;" f
142
+ this.controller ../frontend/src/app/auth/passwords/passwordsStates.js /^ this.controller = 'PasswordsRequestCtrl';$/;" s
143
+ this.controller ../frontend/src/app/auth/passwords/passwordsStates.js /^ this.controller = 'PasswordsUpdateCtrl';$/;" s
144
+ this.controller ../frontend/src/app/auth/registrations/registrationsStates.js /^ this.controller = 'RegistrationsCtrl';$/;" s
145
+ this.controller ../frontend/src/app/auth/sessions/sessionsStates.js /^ this.controller = 'SessionsCtrl';$/;" s
146
+ this.controller ../frontend/src/app/homepage/homepageStates.js /^ this.controller = 'HomepageCtrl';$/;" s
147
+ this.controller ../frontend/src/app/homepage/homepageStates.js /^ this.controller = 'HomepageShowCtrl';$/;" s
148
+ this.controller ../frontend/src/app/rootStates.js /^ this.controller = 'RootCtrl';$/;" s
149
+ this.controllerAs ../frontend/src/app/homepage/homepageStates.js /^ this.controllerAs = 'homepage';$/;" s
150
+ this.controllerAs ../frontend/src/app/homepage/homepageStates.js /^ this.controllerAs = 'homepageShow';$/;" s
151
+ this.enableRecovery ../frontend/src/app/auth/config.js /^ this.enableRecovery = function() {$/;" f
152
+ this.restrict ../frontend/src/common/components/signOut/signOut.js /^ this.restrict = 'A';$/;" s
153
+ this.serialize ../frontend/test/auth/passwords/passwordsControllers.js /^ this.serialize = function(data) {$/;" f
154
+ this.serialize ../frontend/test/auth/registrations/registrationsControllers.js /^ this.serialize = function(data) {$/;" f
155
+ this.templateUrl ../frontend/src/app/auth/confirmations/confirmationsStates.js /^ this.templateUrl = 'auth\/confirmations\/confirmations-success.tpl.html';$/;" s
156
+ this.templateUrl ../frontend/src/app/auth/passwords/passwordsStates.js /^ this.templateUrl = 'auth\/passwords\/passwords-request-success.tpl.html';$/;" s
157
+ this.templateUrl ../frontend/src/app/auth/passwords/passwordsStates.js /^ this.templateUrl = 'auth\/passwords\/passwords-request.tpl.html';$/;" s
158
+ this.templateUrl ../frontend/src/app/auth/passwords/passwordsStates.js /^ this.templateUrl = 'auth\/passwords\/passwords-update-success.tpl.html';$/;" s
159
+ this.templateUrl ../frontend/src/app/auth/passwords/passwordsStates.js /^ this.templateUrl = 'auth\/passwords\/passwords-update.tpl.html';$/;" s
160
+ this.templateUrl ../frontend/src/app/auth/registrations/registrationsStates.js /^ this.templateUrl = 'auth\/registrations\/registrations-success.tpl.html';$/;" s
161
+ this.templateUrl ../frontend/src/app/auth/registrations/registrationsStates.js /^ this.templateUrl = 'auth\/registrations\/registrations.tpl.html';$/;" s
162
+ this.templateUrl ../frontend/src/app/auth/sessions/sessionsStates.js /^ this.templateUrl = 'auth\/sessions\/sessions-success.tpl.html';$/;" s
163
+ this.templateUrl ../frontend/src/app/auth/sessions/sessionsStates.js /^ this.templateUrl = 'auth\/sessions\/sessions.tpl.html';$/;" s
164
+ this.templateUrl ../frontend/src/app/homepage/homepageStates.js /^ this.templateUrl = 'homepage\/homepage-show.tpl.html';$/;" s
165
+ this.templateUrl ../frontend/src/app/homepage/homepageStates.js /^ this.templateUrl = 'homepage\/homepage.tpl.html';$/;" s
166
+ this.templateUrl ../frontend/src/app/rootStates.js /^ this.templateUrl = "root.tpl.html";$/;" s
167
+ this.url ../frontend/src/app/auth/confirmations/confirmationsStates.js /^ this.url = '^\/confirmed';$/;" s
168
+ this.url ../frontend/src/app/auth/passwords/passwordsStates.js /^ this.url = '^\/reset-password';$/;" s
169
+ this.url ../frontend/src/app/auth/passwords/passwordsStates.js /^ this.url = '^\/reset-password-sent';$/;" s
170
+ this.url ../frontend/src/app/auth/passwords/passwordsStates.js /^ this.url = '^\/update-password';$/;" s
171
+ this.url ../frontend/src/app/auth/passwords/passwordsStates.js /^ this.url = '^\/updated-password';$/;" s
172
+ this.url ../frontend/src/app/auth/registrations/registrationsStates.js /^ this.url = '^\/sign-up';$/;" s
173
+ this.url ../frontend/src/app/auth/registrations/registrationsStates.js /^ this.url = '^\/signed-up';$/;" s
174
+ this.url ../frontend/src/app/auth/sessions/sessionsStates.js /^ this.url = '^\/sign-in';$/;" s
175
+ this.url ../frontend/src/app/auth/sessions/sessionsStates.js /^ this.url = '^\/signed-in';$/;" s
176
+ this.url ../frontend/src/app/homepage/homepageStates.js /^ this.url = '';$/;" s
177
+ this.url ../frontend/src/app/homepage/homepageStates.js /^ this.url = 'home';$/;" s
178
+ this.url ../frontend/src/app/rootStates.js /^ this.url = "\/";$/;" s
179
+ this.url ../frontend/src/app/rootStates.js /^ this.url = "inner";$/;" s
180
+ toBeFunction ../frontend/test/specHelper.js /^ toBeFunction: function () {$/;" f
181
+ toBeInstanceOf ../frontend/test/specHelper.js /^ toBeInstanceOf: function () {$/;" f
182
+ toEqualData ../frontend/test/specHelper.js /^ toEqualData: function () {$/;" f
183
+ ttpl ../frontend/build.config.js /^ ttpl: [ 'test\/**\/*.json', 'test\/**\/*.tpl.html' ],$/;" a
184
+ vendor_files ../frontend/build.config.js /^ vendor_files: {$/;" o
185
+ verify_authorization_successful ../backend/spec/support/devise_helper.rb /^ def verify_authorization_successful$/;" f
186
+ verify_authorization_unsuccessful ../backend/spec/support/devise_helper.rb /^ def verify_authorization_unsuccessful$/;" f
187
+ warden ../backend/spec/support/devise_helper.rb /^ def warden #:nodoc:$/;" f class:DeviseExtraTestHelper
@@ -3,4 +3,4 @@ gem "capistrano"
3
3
  gem 'rack'
4
4
  gem 'compass'
5
5
  gem 'capistrano-passenger'
6
- gem 'xing-root', '1.0.0-beta'
6
+ gem 'xing-root', '1.0.0-beta.2'
@@ -47,7 +47,7 @@ GEM
47
47
  net-ssh (>= 2.8.0)
48
48
  tilt (2.0.2)
49
49
  valise (1.2.1)
50
- xing-root (1.0.0.pre.beta)
50
+ xing-root (1.0.0.pre.beta.2)
51
51
  caliph (~> 0.3)
52
52
  edict (< 1.0)
53
53
  mattock (~> 0.10)
@@ -60,7 +60,7 @@ DEPENDENCIES
60
60
  capistrano-passenger
61
61
  compass
62
62
  rack
63
- xing-root (= 1.0.0.pre.beta)
63
+ xing-root (= 1.0.0.pre.beta.2)
64
64
 
65
65
  BUNDLED WITH
66
66
  1.11.2
@@ -32,6 +32,7 @@ group :development, :test do
32
32
  gem 'database_cleaner'
33
33
  gem 'byebug'
34
34
  gem 'cadre'
35
+ gem "faker"
35
36
  end
36
37
 
37
38
  group :test do
@@ -40,6 +41,5 @@ end
40
41
 
41
42
  group :development do
42
43
  gem "populator"
43
- gem "faker"
44
44
  gem "pivotal-github"
45
45
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xing-framework
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.pre.beta
4
+ version: 1.0.0.pre.beta.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Evan Dorn
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-02-04 00:00:00.000000000 Z
12
+ date: 2016-02-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: trollop
@@ -99,6 +99,7 @@ files:
99
99
  - default_configuration/base_app/.csslintrc
100
100
  - default_configuration/base_app/.eslintignore
101
101
  - default_configuration/base_app/.eslintrc
102
+ - default_configuration/base_app/.git/tags
102
103
  - default_configuration/base_app/.pivotal-brancher/config.yaml
103
104
  - default_configuration/base_app/.rubocop.yml
104
105
  - default_configuration/base_app/.ruby-version
@@ -332,7 +333,7 @@ rdoc_options:
332
333
  - "--main"
333
334
  - doc/README
334
335
  - "--title"
335
- - xing-framework-1.0.0.pre.beta Documentation
336
+ - xing-framework-1.0.0.pre.beta.1 Documentation
336
337
  require_paths:
337
338
  - lib/
338
339
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -347,7 +348,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
347
348
  version: '0'
348
349
  requirements: []
349
350
  rubyforge_project: xing-framework
350
- rubygems_version: 2.4.5.1
351
+ rubygems_version: 2.4.8
351
352
  signing_key:
352
353
  specification_version: 4
353
354
  summary: Code generator tools for the Xing Framework.