citizen-scripts 1.1.0 → 1.1.1
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 +4 -4
- data/Rakefile +2 -2
- data/VERSION +1 -1
- data/citizen-scripts.gemspec +91 -0
- 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: 1392366e511e4137cba45071bf9c98c2ccbf4a8a
|
|
4
|
+
data.tar.gz: aa4b4d4056c3965cc2dd6a17f2cb3ba594f7953f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e08cadda7445eb9a427398d7484ae7d84744de360be4aa41c970dac0d034819aea1ffbc6477086ac462a84b603396fd4ec02f48a6f0a7b41dd01ded4af853555
|
|
7
|
+
data.tar.gz: 205e7b6e06beb09f51182ccd182e857016a1f4bbb01237d96c584f146064ce48a9860a0a268912a4a670e0335d84e45451fa9ce23edb764ebe693c7b4645a603
|
data/Rakefile
CHANGED
|
@@ -15,7 +15,7 @@ require 'jeweler'
|
|
|
15
15
|
Jeweler::Tasks.new do |gem|
|
|
16
16
|
# gem is a Gem::Specification... see http://guides.rubygems.org/specification-reference/ for more options
|
|
17
17
|
gem.name = "citizen-scripts"
|
|
18
|
-
gem.homepage = "http://github.com/citizencode/
|
|
18
|
+
gem.homepage = "http://github.com/citizencode/citizen-scripts"
|
|
19
19
|
gem.license = "MIT"
|
|
20
20
|
gem.summary = %Q{Citizen Code command-line scripts for easy testing and deployment}
|
|
21
21
|
gem.description = %Q{Citizen Code tools for easy building, testing, and deploying RoR/Android/iOS apps into teh cloudz}
|
|
@@ -47,7 +47,7 @@ Rake::RDocTask.new do |rdoc|
|
|
|
47
47
|
version = File.exist?('VERSION') ? File.read('VERSION') : ""
|
|
48
48
|
|
|
49
49
|
rdoc.rdoc_dir = 'rdoc'
|
|
50
|
-
rdoc.title = "
|
|
50
|
+
rdoc.title = "citizen-scripts #{version}"
|
|
51
51
|
rdoc.rdoc_files.include('README*')
|
|
52
52
|
rdoc.rdoc_files.include('lib/**/*.rb')
|
|
53
53
|
end
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.1.
|
|
1
|
+
1.1.1
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
# Generated by jeweler
|
|
2
|
+
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
|
+
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
|
+
# -*- encoding: utf-8 -*-
|
|
5
|
+
# stub: citizen-scripts 1.1.1 ruby lib
|
|
6
|
+
|
|
7
|
+
Gem::Specification.new do |s|
|
|
8
|
+
s.name = "citizen-scripts"
|
|
9
|
+
s.version = "1.1.1"
|
|
10
|
+
|
|
11
|
+
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
12
|
+
s.require_paths = ["lib"]
|
|
13
|
+
s.authors = ["Glenn Jahnke", "Erik Hanson", "Bion Johnson", "David Balatero"]
|
|
14
|
+
s.date = "2016-11-10"
|
|
15
|
+
s.description = "Citizen Code tools for easy building, testing, and deploying RoR/Android/iOS apps into teh cloudz"
|
|
16
|
+
s.email = "opensource@citizencode.io"
|
|
17
|
+
s.executables = ["citizen"]
|
|
18
|
+
s.extra_rdoc_files = [
|
|
19
|
+
"LICENSE.txt",
|
|
20
|
+
"README.md"
|
|
21
|
+
]
|
|
22
|
+
s.files = [
|
|
23
|
+
".document",
|
|
24
|
+
".rspec",
|
|
25
|
+
".ruby-version",
|
|
26
|
+
"Gemfile",
|
|
27
|
+
"Gemfile.lock",
|
|
28
|
+
"LICENSE.txt",
|
|
29
|
+
"README.md",
|
|
30
|
+
"Rakefile",
|
|
31
|
+
"VERSION",
|
|
32
|
+
"bin/citizen",
|
|
33
|
+
"citizen-scripts.gemspec",
|
|
34
|
+
"citizen.yml",
|
|
35
|
+
"citizen_code_scripts.gemspec",
|
|
36
|
+
"lib/citizen_code_scripts.rb",
|
|
37
|
+
"lib/citizen_code_scripts/base.rb",
|
|
38
|
+
"lib/citizen_code_scripts/begin.rb",
|
|
39
|
+
"lib/citizen_code_scripts/colorize.rb",
|
|
40
|
+
"lib/citizen_code_scripts/doctor.rb",
|
|
41
|
+
"lib/citizen_code_scripts/help.rb",
|
|
42
|
+
"lib/citizen_code_scripts/heroku_doctor.rb",
|
|
43
|
+
"lib/citizen_code_scripts/kill_db_sessions.rb",
|
|
44
|
+
"lib/citizen_code_scripts/levenstein.rb",
|
|
45
|
+
"lib/citizen_code_scripts/pushit.rb",
|
|
46
|
+
"lib/citizen_code_scripts/rspec.rb",
|
|
47
|
+
"lib/citizen_code_scripts/test.rb",
|
|
48
|
+
"lib/citizen_code_scripts/todayi.rb",
|
|
49
|
+
"lib/citizen_code_scripts/update.rb",
|
|
50
|
+
"spec/passing_spec.rb",
|
|
51
|
+
"spec/spec_helper.rb"
|
|
52
|
+
]
|
|
53
|
+
s.homepage = "http://github.com/citizencode/citizen-scripts"
|
|
54
|
+
s.licenses = ["MIT"]
|
|
55
|
+
s.rubygems_version = "2.5.1"
|
|
56
|
+
s.summary = "Citizen Code command-line scripts for easy testing and deployment"
|
|
57
|
+
|
|
58
|
+
if s.respond_to? :specification_version then
|
|
59
|
+
s.specification_version = 4
|
|
60
|
+
|
|
61
|
+
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
|
62
|
+
s.add_development_dependency(%q<bundler>, ["~> 1.0"])
|
|
63
|
+
s.add_development_dependency(%q<jeweler>, ["~> 2"])
|
|
64
|
+
s.add_development_dependency(%q<pry>, [">= 0"])
|
|
65
|
+
s.add_development_dependency(%q<pry-stack_explorer>, [">= 0"])
|
|
66
|
+
s.add_development_dependency(%q<rdoc>, ["~> 3.12"])
|
|
67
|
+
s.add_development_dependency(%q<rspec>, [">= 0"])
|
|
68
|
+
s.add_development_dependency(%q<shoulda>, [">= 0"])
|
|
69
|
+
s.add_development_dependency(%q<simplecov>, [">= 0"])
|
|
70
|
+
else
|
|
71
|
+
s.add_dependency(%q<bundler>, ["~> 1.0"])
|
|
72
|
+
s.add_dependency(%q<jeweler>, ["~> 2"])
|
|
73
|
+
s.add_dependency(%q<pry>, [">= 0"])
|
|
74
|
+
s.add_dependency(%q<pry-stack_explorer>, [">= 0"])
|
|
75
|
+
s.add_dependency(%q<rdoc>, ["~> 3.12"])
|
|
76
|
+
s.add_dependency(%q<rspec>, [">= 0"])
|
|
77
|
+
s.add_dependency(%q<shoulda>, [">= 0"])
|
|
78
|
+
s.add_dependency(%q<simplecov>, [">= 0"])
|
|
79
|
+
end
|
|
80
|
+
else
|
|
81
|
+
s.add_dependency(%q<bundler>, ["~> 1.0"])
|
|
82
|
+
s.add_dependency(%q<jeweler>, ["~> 2"])
|
|
83
|
+
s.add_dependency(%q<pry>, [">= 0"])
|
|
84
|
+
s.add_dependency(%q<pry-stack_explorer>, [">= 0"])
|
|
85
|
+
s.add_dependency(%q<rdoc>, ["~> 3.12"])
|
|
86
|
+
s.add_dependency(%q<rspec>, [">= 0"])
|
|
87
|
+
s.add_dependency(%q<shoulda>, [">= 0"])
|
|
88
|
+
s.add_dependency(%q<simplecov>, [">= 0"])
|
|
89
|
+
end
|
|
90
|
+
end
|
|
91
|
+
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: citizen-scripts
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Glenn Jahnke
|
|
@@ -145,6 +145,7 @@ files:
|
|
|
145
145
|
- Rakefile
|
|
146
146
|
- VERSION
|
|
147
147
|
- bin/citizen
|
|
148
|
+
- citizen-scripts.gemspec
|
|
148
149
|
- citizen.yml
|
|
149
150
|
- citizen_code_scripts.gemspec
|
|
150
151
|
- lib/citizen_code_scripts.rb
|
|
@@ -163,7 +164,7 @@ files:
|
|
|
163
164
|
- lib/citizen_code_scripts/update.rb
|
|
164
165
|
- spec/passing_spec.rb
|
|
165
166
|
- spec/spec_helper.rb
|
|
166
|
-
homepage: http://github.com/citizencode/
|
|
167
|
+
homepage: http://github.com/citizencode/citizen-scripts
|
|
167
168
|
licenses:
|
|
168
169
|
- MIT
|
|
169
170
|
metadata: {}
|