physique 0.3.5 → 0.3.6
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 +8 -8
- data/FLUENT_MIGRATOR.md +1 -1
- data/Gemfile.lock +2 -2
- data/README.md +3 -3
- data/lib/physique/task_builders/octopus.rb +1 -1
- data/lib/physique/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MGQyMDIxYzljOWM2MmQ5ZDBlYTMzNWU3NmRkMDY5OWM0YmYyZmFhMw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
YzUyNmM1NzdiZjNmMjI1MTQ1YTBhMzBhOTgzY2RkOGUxNDNmNDEzYw==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NjVhZTkxOGEzYjU0NDI0NjYwODJjZTYwNzdkNWE3OGU4NDEwZDY4ODAwYmI3
|
10
|
+
NWM0NTZjNmZjNjE2ZDU5YzRlYzFjZjgxMzE0MGEwOTU1ZGZiMDM2MTRhOGM2
|
11
|
+
NTM5Yjg4ZjFlNTkwNzViOGFlNzk0MDllZjMxYTI2YzczYzU2YjY=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MDE3YTM5NzQxNTBmYmIxYWI0OTVhODNkNDkyZWE0MTkxZTY5YmE0YTEzYmQz
|
14
|
+
MzcxM2E5MDRiOWMwODJiNmQwMzliMTdmNDg0MWFiYzMyM2VkNzYwN2M5NmYz
|
15
|
+
ZDdjZGMwYTY4MDllOGY0MjM5ZjUyODk4Y2IxYzZlMDgzM2UyZTA=
|
data/FLUENT_MIGRATOR.md
CHANGED
@@ -98,7 +98,7 @@ rake test # Run unit tests
|
|
98
98
|
|
99
99
|
Look at all of our shiny database tasks!
|
100
100
|
|
101
|
-
In case it wasn't obvious, all of the FluentMigrator tasks are prefixed with `db`. Here's a
|
101
|
+
In case it wasn't obvious, all of the FluentMigrator tasks are prefixed with `db`. Here's a breakdown of what each task does.
|
102
102
|
|
103
103
|
### Basic Tasks
|
104
104
|
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
physique (0.3.
|
4
|
+
physique (0.3.5)
|
5
5
|
activesupport (~> 4.1)
|
6
6
|
albacore (~> 2.3)
|
7
7
|
map (~> 6.5)
|
@@ -17,7 +17,7 @@ GEM
|
|
17
17
|
minitest (~> 5.1)
|
18
18
|
thread_safe (~> 0.3, >= 0.3.4)
|
19
19
|
tzinfo (~> 1.1)
|
20
|
-
albacore (2.3.
|
20
|
+
albacore (2.3.16)
|
21
21
|
map (~> 6.5)
|
22
22
|
nokogiri (~> 1.5)
|
23
23
|
rake (~> 10)
|
data/README.md
CHANGED
@@ -212,7 +212,7 @@ end
|
|
212
212
|
|
213
213
|
#### Custom Configuration
|
214
214
|
|
215
|
-
You can use any unit testing framework. You just need to provide a bit more configuration.
|
215
|
+
You can use any unit testing framework. You just need to provide a bit more configuration. This effectively just wraps the Albacore method for declaring a test runner.
|
216
216
|
|
217
217
|
```ruby
|
218
218
|
s.run_tests do |t|
|
@@ -250,8 +250,8 @@ Physique::Solution.new do |s|
|
|
250
250
|
|
251
251
|
# Metadata to be included in your Nuspec
|
252
252
|
p.with_metadata do |m|
|
253
|
-
m.description = '
|
254
|
-
m.authors = '
|
253
|
+
m.description = 'My Awesome Library'
|
254
|
+
m.authors = 'My Company, Inc.'
|
255
255
|
end
|
256
256
|
end
|
257
257
|
end
|
data/lib/physique/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: physique
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Robert Scaduto
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-02-
|
11
|
+
date: 2015-02-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|