xing-framework 0.2.8 → 0.2.9.beta1

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.
@@ -8,7 +8,7 @@
8
8
  "test": "grunt test"
9
9
  },
10
10
  "devDependencies": {
11
- "a1atscript": "0.4.5",
11
+ "a1atscript": "^0.4.5",
12
12
  "angular": "~1.4.5",
13
13
  "angular-animate": "~1.4.5",
14
14
  "angular-cookies": "~1.4.5",
@@ -45,7 +45,7 @@
45
45
  "grunt-karma": "^0.8.3",
46
46
  "grunt-ng-annotate": "^0.3.2",
47
47
  "grunt-string-replace": "^1.2.0",
48
- "grunt-xing-index": "^0.0.2",
48
+ "grunt-xing-index": "0.0.3",
49
49
  "hammerjs": "~2.0.4",
50
50
  "jasmine-core": "*",
51
51
  "jquery": "^2.1.1",
@@ -68,7 +68,7 @@
68
68
  "traceur": "0.0.87",
69
69
  "uri-templates": "~0.1.5",
70
70
  "xing-framework-sass": "0.0.3",
71
- "xing-frontend-grunt": "0.0.8",
71
+ "xing-frontend-grunt": "0.0.11",
72
72
  "xing-frontend-token-auth": "0.0.3",
73
73
  "xing-frontend-utils": "0.0.1-beta6",
74
74
  "xing-grunt-revise": "^0.0.1",
data/lib/xing/cli.rb CHANGED
@@ -24,7 +24,7 @@ Global Options:
24
24
  framework_version =
25
25
  begin
26
26
  Gem::Specification.find_by_name("xing-framework").version
27
- rescue Gem::LoadError
27
+ rescue
28
28
  "<developement-version>"
29
29
  end
30
30
  version "Xing CLI #{framework_version} (c) 2015 Logical Reality Design, Inc."
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: 0.2.8
4
+ version: 0.2.9.beta1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Evan Dorn
@@ -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
@@ -336,7 +337,7 @@ rdoc_options:
336
337
  - "--main"
337
338
  - doc/README
338
339
  - "--title"
339
- - xing-framework-0.2.8 Documentation
340
+ - xing-framework-0.2.9.beta1 Documentation
340
341
  require_paths:
341
342
  - lib/
342
343
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -351,7 +352,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
351
352
  version: '0'
352
353
  requirements: []
353
354
  rubyforge_project: xing-framework
354
- rubygems_version: 2.4.5.1
355
+ rubygems_version: 2.4.8
355
356
  signing_key:
356
357
  specification_version: 4
357
358
  summary: Code generator tools for the Xing Framework.