--- !ruby/object:Gem::Specification
name: tawork
version: !ruby/object:Gem::Version
  version: 0.0.31
platform: ruby
authors:
- Adnan Ali
autorequire: 
bindir: bin
cert_chain: []
date: 2014-03-20 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: rails
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - '='
      - !ruby/object:Gem::Version
        version: 4.1.0.rc1
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - '='
      - !ruby/object:Gem::Version
        version: 4.1.0.rc1
description: Wiki and Tickets
email:
- adnan.ali@gmail.com
executables: []
extensions: []
extra_rdoc_files: []
files:
- .DS_Store
- .gitignore
- Gemfile
- Gemfile.lock
- MIT-LICENSE
- Procfile
- README.md
- Rakefile
- app/assets/images/.keep
- app/assets/javascripts/application.js
- app/assets/javascripts/backbone/models/.gitkeep
- app/assets/javascripts/backbone/routers/.gitkeep
- app/assets/javascripts/backbone/tawork.js.coffee
- app/assets/javascripts/backbone/templates/.gitkeep
- app/assets/javascripts/backbone/views/.gitkeep
- app/assets/javascripts/backbone/views/attachment.js.coffee
- app/assets/javascripts/backbone/views/page.js.coffee
- app/assets/javascripts/backbone/views/ticket.js.coffee
- app/assets/javascripts/backbone/views/tree_node_page.js.coffee
- app/assets/javascripts/backbone/views/tree_node_ticket.js.coffee
- app/assets/javascripts/bootstrap-confirmation-delete.js.coffee
- app/assets/javascripts/global_search.js.coffee
- app/assets/javascripts/wiki/pages.js.coffee
- app/assets/stylesheets/application.css
- app/assets/stylesheets/bootstrap_and_overrides.sass
- app/assets/stylesheets/diff.css
- app/assets/stylesheets/jquery-ui-autocomplete.css.scss
- app/assets/stylesheets/wiki/pages.css.scss
- app/controllers/application_controller.rb
- app/controllers/assignments_controller.rb
- app/controllers/attachments_controller.rb
- app/controllers/comments_controller.rb
- app/controllers/concerns/.keep
- app/controllers/home_controller.rb
- app/controllers/projects_controller.rb
- app/controllers/search_controller.rb
- app/controllers/sink_controller.rb
- app/controllers/tickets_controller.rb
- app/controllers/users/omniauth_callbacks_controller.rb
- app/controllers/wiki/pages_controller.rb
- app/controllers/wiki/spaces_controller.rb
- app/controllers/work/users_controller.rb
- app/helpers/application_helper.rb
- app/helpers/wiki/pages_helper.rb
- app/inputs/fake_input.rb
- app/mailers/.keep
- app/models/.keep
- app/models/assignment.rb
- app/models/attachment.rb
- app/models/bug.rb
- app/models/comment.rb
- app/models/concerns/.keep
- app/models/deleted_item.rb
- app/models/page.rb
- app/models/project.rb
- app/models/space.rb
- app/models/starred.rb
- app/models/story.rb
- app/models/story_detail.rb
- app/models/task.rb
- app/models/ticket.rb
- app/models/user.rb
- app/models/user_verifier.rb
- app/views/attachments/upload.js.coffee
- app/views/comments/_comment.html.haml
- app/views/comments/_form.html.haml
- app/views/comments/create.js.coffee
- app/views/devise/confirmations/new.html.erb
- app/views/devise/mailer/confirmation_instructions.html.erb
- app/views/devise/mailer/reset_password_instructions.html.erb
- app/views/devise/mailer/unlock_instructions.html.erb
- app/views/devise/passwords/edit.html.erb
- app/views/devise/passwords/new.html.erb
- app/views/devise/registrations/edit.html.erb
- app/views/devise/registrations/new.html.erb
- app/views/devise/sessions/new.html.erb
- app/views/devise/shared/_links.erb
- app/views/devise/unlocks/new.html.erb
- app/views/home/index.html.haml
- app/views/layouts/_activity_wrapper.html.haml
- app/views/layouts/_nav_header.html.haml
- app/views/layouts/_spaces.html.haml
- app/views/layouts/application.html.haml
- app/views/layouts/minimal.html.haml
- app/views/projects/index.html.haml
- app/views/projects/new.html.haml
- app/views/public_activity/page/_attachment.html.haml
- app/views/public_activity/page/_created.html.haml
- app/views/public_activity/page/_reorder.html.haml
- app/views/public_activity/page/_update_details.html.haml
- app/views/public_activity/ticket/_assignment.html.haml
- app/views/public_activity/ticket/_create_comment.html.haml
- app/views/public_activity/ticket/_created.html.haml
- app/views/public_activity/ticket/_reorder.html.haml
- app/views/public_activity/ticket/_state_change.html.haml
- app/views/public_activity/ticket/_update_details.html.haml
- app/views/search/_attachment.html.haml
- app/views/search/_page.html.haml
- app/views/search/_space.html.haml
- app/views/search/index.html.haml
- app/views/tickets/_activity.html.haml
- app/views/tickets/_breadcrumb.html.haml
- app/views/tickets/_bug_form.html.haml
- app/views/tickets/_events_dropdown.html.haml
- app/views/tickets/_form.html.haml
- app/views/tickets/_project_form.html.haml
- app/views/tickets/_story_form.html.haml
- app/views/tickets/_task_form.html.haml
- app/views/tickets/_tickets_listing.html.haml
- app/views/tickets/_title_and_description.html.haml
- app/views/tickets/_tree_node.html.haml
- app/views/tickets/assignment.js.coffee
- app/views/tickets/create.js.coffee
- app/views/tickets/new.html.haml
- app/views/tickets/show.html.haml
- app/views/tickets/trigger_event.js.coffee
- app/views/tickets/update.js.coffee
- app/views/wiki/pages/_attachment.html.haml
- app/views/wiki/pages/_attachments.html.haml
- app/views/wiki/pages/_breadcrumb.html.haml
- app/views/wiki/pages/_child_menu.html.haml
- app/views/wiki/pages/_combined_page.html.haml
- app/views/wiki/pages/_display.html.haml
- app/views/wiki/pages/_last_updated.html.haml
- app/views/wiki/pages/_page_header.html.haml
- app/views/wiki/pages/_subpages_dropdown.html.haml
- app/views/wiki/pages/_subtree.html.haml
- app/views/wiki/pages/_tags.html.haml
- app/views/wiki/pages/_tree_node.html.haml
- app/views/wiki/pages/attach.js.coffee
- app/views/wiki/pages/combined.html.haml
- app/views/wiki/pages/create.js.coffee
- app/views/wiki/pages/edit.html.haml
- app/views/wiki/pages/history.html.haml
- app/views/wiki/pages/index.html.haml
- app/views/wiki/pages/new.html.haml
- app/views/wiki/pages/show.html.haml
- app/views/wiki/pages/update.js.coffee
- app/views/wiki/spaces/_page_list_item.html.haml
- app/views/wiki/spaces/_space_list.html.haml
- app/views/wiki/spaces/new.html.haml
- app/views/wiki/spaces/space_list.html.haml
- app/views/work/users/index.html.haml
- app/views/work/users/new.html.haml
- config.ru
- config/application.rb
- config/boot.rb
- config/database.yml
- config/environment.rb
- config/environments/development.rb
- config/environments/production.rb
- config/environments/test.rb
- config/initializers/backtrace_silencers.rb
- config/initializers/config.rb
- config/initializers/devise.rb
- config/initializers/elasticsearch.rb
- config/initializers/extensions.rb
- config/initializers/filter_parameter_logging.rb
- config/initializers/gollum.rb
- config/initializers/haml_gfm.rb
- config/initializers/inflections.rb
- config/initializers/mime_types.rb
- config/initializers/pry.rb
- config/initializers/secret_token.rb
- config/initializers/session_store.rb
- config/initializers/simple_form.rb
- config/initializers/simple_form_bootstrap.rb
- config/initializers/wrap_parameters.rb
- config/locales/devise.en.yml
- config/locales/en.yml
- config/locales/simple_form.en.yml
- config/routes.rb
- config/tinymce.yml
- db/migrate/20131209041251_create_tickets.rb
- db/migrate/20131210041050_devise_create_users.rb
- db/migrate/20131210043014_add_username_to_users.rb
- db/migrate/20131210045348_add_creator_to_ticket.rb
- db/migrate/20131211034104_create_comments.rb
- db/migrate/20131212073014_create_assignments.rb
- db/migrate/20131215220825_add_position_to_ticket.rb
- db/migrate/20131216044331_create_story_details.rb
- db/migrate/20131218060557_create_activities.rb
- db/migrate/20140109235844_create_pages.rb
- db/migrate/20140112004346_create_attachments.rb
- db/migrate/20140120030547_add_name_to_users.rb
- db/migrate/20140313052226_create_starreds.rb
- db/migrate/20140314014648_acts_as_taggable_on_migration.acts_as_taggable_on_engine.rb
- db/migrate/20140314014649_add_missing_unique_indices.acts_as_taggable_on_engine.rb
- db/migrate/20140319050456_add_version_count_to_attachment.rb
- db/migrate/20140319052313_create_deleted_items.rb
- db/schema.rb
- db/seeds.rb
- init.rb
- lib/assets/.keep
- lib/ext/public_activity.rb
- lib/extensions.rb
- lib/searcher.rb
- lib/tasks/.keep
- lib/tawork.rb
- lib/tawork/engine.rb
- lib/tawork/version.rb
- lib/templates/haml/scaffold/_form.html.haml
- lib/ticket_assignment.rb
- log/.keep
- public/401.html
- public/404.html
- public/422.html
- public/500.html
- public/favicon.ico
- public/robots.txt
- tags
- tawork.gemspec
- vendor/.DS_Store
- vendor/assets/.DS_Store
- vendor/assets/javascripts/.keep
- vendor/assets/javascripts/bootstrap-confirmation.js
- vendor/assets/javascripts/bootstrap-tagsinput.js
- vendor/assets/javascripts/bootstrap-tokenfield.js
- vendor/assets/javascripts/bootstrap-tree.js
- vendor/assets/javascripts/bootstrap-typeahead.js
- vendor/assets/javascripts/hallo.js
- vendor/assets/javascripts/highlight.pack.js
- vendor/assets/javascripts/jquery.autosize.js
- vendor/assets/javascripts/jquery.mjs.nestedSortable.js
- vendor/assets/javascripts/rangy-core.js
- vendor/assets/javascripts/tinymce/mention/plugin.js
- vendor/assets/stylesheets/.keep
- vendor/assets/stylesheets/bootflat-extensions.css
- vendor/assets/stylesheets/bootflat-square.css
- vendor/assets/stylesheets/bootflat.css
- vendor/assets/stylesheets/bootstrap-tagsinput.css
- vendor/assets/stylesheets/bootstrap-tokenfield.css
- vendor/assets/stylesheets/bootstrap-tree.sass
- vendor/assets/stylesheets/highlight/arta.css
- vendor/assets/stylesheets/highlight/ascetic.css
- vendor/assets/stylesheets/highlight/brown_paper.css
- vendor/assets/stylesheets/highlight/brown_papersq.png
- vendor/assets/stylesheets/highlight/dark.css
- vendor/assets/stylesheets/highlight/default.css
- vendor/assets/stylesheets/highlight/docco.css
- vendor/assets/stylesheets/highlight/far.css
- vendor/assets/stylesheets/highlight/foundation.css
- vendor/assets/stylesheets/highlight/github.css
- vendor/assets/stylesheets/highlight/googlecode.css
- vendor/assets/stylesheets/highlight/idea.css
- vendor/assets/stylesheets/highlight/ir_black.css
- vendor/assets/stylesheets/highlight/magula.css
- vendor/assets/stylesheets/highlight/mono-blue.css
- vendor/assets/stylesheets/highlight/monokai.css
- vendor/assets/stylesheets/highlight/monokai_sublime.css
- vendor/assets/stylesheets/highlight/obsidian.css
- vendor/assets/stylesheets/highlight/pojoaque.css
- vendor/assets/stylesheets/highlight/pojoaque.jpg
- vendor/assets/stylesheets/highlight/railscasts.css
- vendor/assets/stylesheets/highlight/rainbow.css
- vendor/assets/stylesheets/highlight/school_book.css
- vendor/assets/stylesheets/highlight/school_book.png
- vendor/assets/stylesheets/highlight/solarized_dark.css
- vendor/assets/stylesheets/highlight/solarized_light.css
- vendor/assets/stylesheets/highlight/sunburst.css
- vendor/assets/stylesheets/highlight/tomorrow-night-blue.css
- vendor/assets/stylesheets/highlight/tomorrow-night-bright.css
- vendor/assets/stylesheets/highlight/tomorrow-night-eighties.css
- vendor/assets/stylesheets/highlight/tomorrow-night.css
- vendor/assets/stylesheets/highlight/tomorrow.css
- vendor/assets/stylesheets/highlight/vs.css
- vendor/assets/stylesheets/highlight/xcode.css
- vendor/assets/stylesheets/highlight/zenburn.css
- vendor/assets/stylesheets/tokenfield-typeahead.css
homepage: ''
licenses:
- MIT
metadata: {}
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: 
rubygems_version: 2.2.2
signing_key: 
specification_version: 4
summary: Wiki and Tickets
test_files: []
has_rdoc: