achilles 0.1.0 → 0.1.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
  SHA256:
3
- metadata.gz: 51e520740708516c772ee1471e90480e4d2b13de55f0615d92fb4627a594c017
4
- data.tar.gz: 857aade6afdccdc0651764674c2771d1af60c93e449bb62293ce8caac9d33cd6
3
+ metadata.gz: e92d1d954f146d150efea4dee095e2d16bf6fb2a4ad2bad651815e555f2582ab
4
+ data.tar.gz: fafa70f86061ed96e1231acbfb53dac24715f208c95613f61bddb1f557c8b0a2
5
5
  SHA512:
6
- metadata.gz: 0610ab82bfc5e28f191e14eaf0f780884ddd102963ff27003a106c8fb76564b8ca5aa4d5b6f4a43c20b3d8bc357897a05567cefb88c991e10c28f6d062dc27a3
7
- data.tar.gz: 470dbfe1077dc3f10c9d57c8f2756cc597e795b098eb3adf67e01a18ce125441c8be05c071da9400d13a65ecd5c410e4f88c7cb22ac865f2829bc5d8be71e2f6
6
+ metadata.gz: 118ced0a30c3a50de43808fe76ff7af1f56fc7ddc72fadb8b262191fcca41aebc8ae293e351609705e489a6af1ddafadab287887e310744624738d192b3bd7d3
7
+ data.tar.gz: c837e85a9473fed9a77c358798c1e74f9b8764189c2c90ddea1d85a3226cd59ce9ec4a9757b7c296c6d645d16246254bca1f541857bc40dad6b28982de5e4a05
@@ -0,0 +1,2 @@
1
+ /* Javascripts */
2
+ //= link_tree ../../../javascript .js
@@ -1,11 +1,11 @@
1
- import { AppConstants } from "common/src/achilles/application/app_constants";
2
- import { ComponentsRegistry } from "common/src/achilles/components/components_registry";
3
- import { ComponentParser } from "common/src/achilles/components/component_parser";
4
- import { ComponentsClassMapper } from "common/src/achilles/components/components_class_mapper";
5
- import { Page } from "common/src/achilles/page/page";
6
- import { Timezone } from "common/src/achilles/application/timezone/timezone";
7
- import { Turbo } from "common/src/achilles/application/hooks-manager/turbo";
8
- import { Observer } from "common/src/achilles/application/dom-mutation-observer/observer";
1
+ import { AppConstants } from "achilles/application/app_constants";
2
+ import { ComponentsRegistry } from "achilles/components/components_registry";
3
+ import { ComponentParser } from "achilles/components/component_parser";
4
+ import { ComponentsClassMapper } from "achilles/components/components_class_mapper";
5
+ import { Page } from "achilles/page/page";
6
+ import { Timezone } from "achilles/application/timezone/timezone";
7
+ import { Turbo } from "achilles/application/hooks-manager/turbo";
8
+ import { Observer } from "achilles/application/dom-mutation-observer/observer";
9
9
 
10
10
  // Application class/obj to drive all things for the web app
11
11
  class Application {
@@ -1,4 +1,4 @@
1
- import { AppConstants } from "common/src/achilles/application/app_constants";
1
+ import { AppConstants } from "achilles/application/app_constants";
2
2
 
3
3
  // Parse the entire html dom and register components if not already registered
4
4
  class ComponentParser {
@@ -1,4 +1,4 @@
1
- import { AppConstants } from "common/src/achilles/application/app_constants";
1
+ import { AppConstants } from "achilles/application/app_constants";
2
2
 
3
3
  // Contains all the registered components in a page at the current moment
4
4
  class ComponentsRegistry {
@@ -1,4 +1,4 @@
1
- import { ComponentBase } from "common/src/achilles/components/component_base";
1
+ import { ComponentBase } from "achilles/components/component_base";
2
2
 
3
3
  class Page extends ComponentBase {}
4
4
 
@@ -1,3 +1,3 @@
1
1
  module Achilles
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: achilles
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jey Geethan
@@ -34,7 +34,7 @@ files:
34
34
  - MIT-LICENSE
35
35
  - README.md
36
36
  - Rakefile
37
- - app/assets/config/achilles_manifest.js
37
+ - app/assets/config/achilles/manifest.js
38
38
  - app/assets/stylesheets/achilles/application.css
39
39
  - app/controllers/achilles/application_controller.rb
40
40
  - app/helpers/achilles/application_helper.rb
@@ -1 +0,0 @@
1
- //= link_directory ../stylesheets/achilles .css