projectionist-projects 0.1.1 → 0.1.2

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: 6406e78a9ccbba32340e6894d1b368e038d32b40
4
- data.tar.gz: 31027e2f382a6c207ff672014b741b4a0c5799f5
3
+ metadata.gz: 1cabc9911b0ca4c595ab222a2c0e2feb459568ff
4
+ data.tar.gz: a14b0280696afe879919ca5e7375f448864ece28
5
5
  SHA512:
6
- metadata.gz: b4193c8709ad078c7710f83115f4d843e683f33f320537947040ea72d9b5d21c2b40b1437dfa0ab8c1dfc733f24a7442a7418e29a74387b59ec9b2133306f573
7
- data.tar.gz: 02f453f1d3c99082e3da5d3140cc19148f5a3fdc167811b3feb7b5dd23e183983db3d42417ad6f5878a6fb69ce45a5d651856f937801e9e3693a420566780e77
6
+ metadata.gz: d7e419e93906f367f3f1d2a9598b0bed795b8ce1608e558c7139f1f42f1ae0f12df6e8e112ee6c2d4c6bc73fa047e226f030b11b95cdeddea33700cfd793e7f7
7
+ data.tar.gz: 295575dade49c4d7987109e161373cdd6e03193b2b35f053f553240406d53f873a09085aa04a8e5b5bcb09de2d1b5623175563a5c747420208d6e9102c4a6ded
data/README.md CHANGED
@@ -1 +1,9 @@
1
1
  # projectionist-projects
2
+
3
+ # TODO
4
+
5
+ * Make this README better
6
+ * Allow local directory of projections
7
+ * Allow user to specify path
8
+ * Add more configurations
9
+
@@ -1,5 +1,5 @@
1
1
  module Projectionist
2
2
  module Projects
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
@@ -1,7 +1,7 @@
1
1
  # coding: utf-8
2
- lib = File.expand_path('../lib', __FILE__)
2
+ lib = File.expand_path("../lib", __FILE__)
3
3
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'projectionist/projects/version'
4
+ require "projectionist/projects/version"
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "projectionist-projects"
@@ -9,6 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Jeremy W. Rowe"]
10
10
  spec.email = ["jeremy.w.rowe@gmail.com"]
11
11
 
12
+ spec.license = "MIT"
13
+
12
14
  spec.summary = %q{A quick and dirty script for installing projectionist files in the current directory}
13
15
  spec.description = %q{Projectionist + vim make it easier to jump between alternate files. Configuration of projectionist is mind numbing, I hope to reduce that by adding projectionist project files over time.}
14
16
  spec.homepage = "https://github.com/jeremywrowe/projectionist-projects"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: projectionist-projects
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy W. Rowe
@@ -75,7 +75,8 @@ files:
75
75
  - projectionist-projects.gemspec
76
76
  - projections/ember.projections.json
77
77
  homepage: https://github.com/jeremywrowe/projectionist-projects
78
- licenses: []
78
+ licenses:
79
+ - MIT
79
80
  metadata: {}
80
81
  post_install_message:
81
82
  rdoc_options: []