rem 0.0.0
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.
- checksums.yaml +7 -0
- data/lib/rem.rb +8 -0
- metadata +45 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: c9beb6d93f49e28fe25581e4b5a18156b0485c5a
|
|
4
|
+
data.tar.gz: 16e8e8ee4d729d18a36aa1bb277eb26af5b7033a
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 6c317b2eb10b12033a32bd6012a7dcb0192383f2d8952ffbd3d38e14edceef815ab6f1e312e78b9374fe2f9ca57edf0e11eb44a75e92a92d7d187e6a2fcfa897
|
|
7
|
+
data.tar.gz: 18fc24ea74abb8ee525f9e73a9b1d784f7d75f8856c21761e4232b5005d4a6f2c0628be00ca8c563ef4df2d0ce5fbff65bc2804476f1a86d2af26e4b8ae68d88
|
data/lib/rem.rb
ADDED
metadata
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: rem
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Tushar Pokle
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2014-05-01 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: rem lets you set up a development environment on your laptop that syncs
|
|
14
|
+
files, and runs commands on a remote host
|
|
15
|
+
email: tushar.pokle@gmail.com
|
|
16
|
+
executables: []
|
|
17
|
+
extensions: []
|
|
18
|
+
extra_rdoc_files: []
|
|
19
|
+
files:
|
|
20
|
+
- lib/rem.rb
|
|
21
|
+
homepage: http://rubygems.org/gems/rem
|
|
22
|
+
licenses:
|
|
23
|
+
- MIT
|
|
24
|
+
metadata: {}
|
|
25
|
+
post_install_message:
|
|
26
|
+
rdoc_options: []
|
|
27
|
+
require_paths:
|
|
28
|
+
- lib
|
|
29
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
30
|
+
requirements:
|
|
31
|
+
- - '>='
|
|
32
|
+
- !ruby/object:Gem::Version
|
|
33
|
+
version: '0'
|
|
34
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
35
|
+
requirements:
|
|
36
|
+
- - '>='
|
|
37
|
+
- !ruby/object:Gem::Version
|
|
38
|
+
version: '0'
|
|
39
|
+
requirements: []
|
|
40
|
+
rubyforge_project:
|
|
41
|
+
rubygems_version: 2.0.14
|
|
42
|
+
signing_key:
|
|
43
|
+
specification_version: 4
|
|
44
|
+
summary: Run commands remotely based on your project settings
|
|
45
|
+
test_files: []
|