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 +4 -4
- data/README.md +8 -0
- data/lib/projectionist/projects/version.rb +1 -1
- data/projectionist-projects.gemspec +4 -2
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1cabc9911b0ca4c595ab222a2c0e2feb459568ff
|
4
|
+
data.tar.gz: a14b0280696afe879919ca5e7375f448864ece28
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d7e419e93906f367f3f1d2a9598b0bed795b8ce1608e558c7139f1f42f1ae0f12df6e8e112ee6c2d4c6bc73fa047e226f030b11b95cdeddea33700cfd793e7f7
|
7
|
+
data.tar.gz: 295575dade49c4d7987109e161373cdd6e03193b2b35f053f553240406d53f873a09085aa04a8e5b5bcb09de2d1b5623175563a5c747420208d6e9102c4a6ded
|
data/README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
# coding: utf-8
|
2
|
-
lib = File.expand_path(
|
2
|
+
lib = File.expand_path("../lib", __FILE__)
|
3
3
|
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
4
|
-
require
|
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.
|
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: []
|